mirror of
https://github.com/restic/restic.git
synced 2026-09-22 20:18:32 +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 unlockCmd = &cobra.Command{
|
||||
Use: "unlock",
|
||||
Short: "remove locks other processes created",
|
||||
Short: "Remove locks other processes created",
|
||||
Long: `
|
||||
The "unlock" command removes stale locks that have been created by other restic processes.
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user