From b5299ef5d73596b66b06f701379ea188f01ee3fe Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Wed, 22 Apr 2020 13:46:51 -0700 Subject: [PATCH] pointy brackets ftw Co-Authored-By: Amanda Pinsker --- command/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/root.go b/command/root.go index 9c9b5e692..150a9292c 100644 --- a/command/root.go +++ b/command/root.go @@ -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 [subcommand] [flags]`}, + gh [flags]`}, {"CORE COMMANDS", strings.Join(coreCommands, "\n")}, {"ADDITIONAL COMMANDS", strings.Join(additionalCommands, "\n")}, {"FEEDBACK", `