Capitalize short help commands

Unify existing Cobra help command, and git-help's style.
This commit is contained in:
Shayne Holmes
2017-09-11 09:32:44 -07:00
parent ee6150f67c
commit 9eb39cef05
24 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
var optionsCmd = &cobra.Command{
Use: "options",
Short: "print list of extended options",
Short: "Print list of extended options",
Long: `
The "options" command prints a list of extended options.
`,