mirror of
https://github.com/restic/restic.git
synced 2026-08-04 05:02:17 +00:00
Capitalize short help commands
Unify existing Cobra help command, and git-help's style.
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
var cmdInit = &cobra.Command{
|
||||
Use: "init",
|
||||
Short: "initialize a new repository",
|
||||
Short: "Initialize a new repository",
|
||||
Long: `
|
||||
The "init" command initializes a new repository.
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user