mirror of
https://github.com/restic/restic.git
synced 2025-12-12 03:11:56 +00:00
Capitalize short help commands
Unify existing Cobra help command, and git-help's style.
This commit is contained in:
@@ -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.
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user