mirror of
https://github.com/spf13/cobra
synced 2025-05-05 12:57:22 +00:00
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:
parent
bfacc59f62
commit
3d2e39fbae
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ func (c *Command) initDefaultCompletionCmd() {
|
||||||
|
|
||||||
completionCmd := &Command{
|
completionCmd := &Command{
|
||||||
Use: compCmdName,
|
Use: compCmdName,
|
||||||
Short: "generate the autocompletion script for the specified shell",
|
Short: "Generate the autocompletion script for the specified shell",
|
||||||
Long: fmt.Sprintf(`
|
Long: fmt.Sprintf(`
|
||||||
Generate the autocompletion script for %[1]s for the specified shell.
|
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.
|
See each sub-command's help for details on how to use the generated script.
|
||||||
|
|
Loading…
Add table
Reference in a new issue