diff --git a/completions.go b/completions.go index 7aeccb389..3b18fe167 100644 --- a/completions.go +++ b/completions.go @@ -599,7 +599,7 @@ func (c *Command) initDefaultCompletionCmd() { completionCmd := &Command{ Use: compCmdName, - Short: "generate the autocompletion script for the specified shell", + Short: "Generate the autocompletion script for the specified shell", Long: fmt.Sprintf(` Generate the autocompletion script for %[1]s for the specified shell. See each sub-command's help for details on how to use the generated script.