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

View File

@@ -13,7 +13,7 @@ import (
var cmdKey = &cobra.Command{
Use: "key [list|add|remove|passwd] [ID]",
Short: "manage keys (passwords)",
Short: "Manage keys (passwords)",
Long: `
The "key" command manages keys (passwords) for accessing the repository.
`,