Completion command helptext capitalization

The default completion command's helptext capitalization should match the default help command's helptext capitalization
This commit is contained in:
Aidan Mundy 2021-11-11 11:31:44 -05:00 committed by GitHub
parent bfacc59f62
commit 3d2e39fbae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.