Use the correct field
This commit is contained in:
parent
4b2382c737
commit
e68be52ed0
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ func rootHelpFunc(command *cobra.Command, s []string) {
|
|||
{
|
||||
"",
|
||||
command.Long},
|
||||
{"USAGE", command.UsageString()},
|
||||
{"USAGE", command.Use},
|
||||
{"CORE COMMANDS", strings.Join(coreCommands, "\n")},
|
||||
{"ADDITIONAL COMMANDS", strings.Join(additionalCommands, "\n")},
|
||||
{"FLAGS", strings.TrimRight(command.LocalFlags().FlagUsages(), "\n")},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue