pointy brackets ftw
Co-Authored-By: Amanda Pinsker <ampinsk@github.com>
This commit is contained in:
parent
a4429aae41
commit
b5299ef5d7
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ func rootHelpFunc(command *cobra.Command, s []string) {
|
|||
command.Long},
|
||||
{"USAGE", `
|
||||
# most gh commands need to be run in a directory containing a GitHub repository.
|
||||
gh <command> [subcommand] [flags]`},
|
||||
gh <command> <subcommand> [flags]`},
|
||||
{"CORE COMMANDS", strings.Join(coreCommands, "\n")},
|
||||
{"ADDITIONAL COMMANDS", strings.Join(additionalCommands, "\n")},
|
||||
{"FEEDBACK", `
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue