mirror of
https://github.com/restic/restic.git
synced 2026-09-19 18:48:30 +00:00
Capitalize short help commands
Unify existing Cobra help command, and git-help's style.
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
var cmdMigrate = &cobra.Command{
|
||||
Use: "migrate [name]",
|
||||
Short: "apply migrations",
|
||||
Short: "Apply migrations",
|
||||
Long: `
|
||||
The "migrate" command applies migrations to a repository. When no migration
|
||||
name is explicitly given, a list of migrations that can be applied is printed.
|
||||
|
||||
Reference in New Issue
Block a user