diff --git a/command/root.go b/command/root.go index 9c9b5e692..fbbb1b091 100644 --- a/command/root.go +++ b/command/root.go @@ -235,17 +235,17 @@ func rootHelpFunc(command *cobra.Command, s []string) { gh [subcommand] [flags]`}, {"CORE COMMANDS", strings.Join(coreCommands, "\n")}, {"ADDITIONAL COMMANDS", strings.Join(additionalCommands, "\n")}, - {"FEEDBACK", ` - Fill out our feedback form - Open an issue using “gh issue create -R cli/cli`}, - {"FLAGS", strings.TrimRight(command.LocalFlags().FlagUsages(), "\n")}, {"EXAMPLES", ` $ cd your-repository $ gh pr list $ gh pr checkout 321`}, {"LEARN MORE", ` Use "gh --help" for more information about a command. - Read the manual at `}, + Read the manual at `}, + {"FEEDBACK", ` + Fill out our feedback form + Open an issue using “gh issue create -R cli/cli`}, + {"FLAGS", strings.TrimRight(command.LocalFlags().FlagUsages(), "\n")}, } out := colorableOut(command)