From 0d792573126b1ae9ba197bc2d5826d87e88af633 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Wed, 22 Apr 2020 13:50:52 -0700 Subject: [PATCH] use backets 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 1c02550f1..77d81f115 100644 --- a/command/root.go +++ b/command/root.go @@ -244,7 +244,7 @@ func rootHelpFunc(command *cobra.Command, s []string) { $ gh repo clone $ gh pr checkout 321`}, {"LEARN MORE", ` - Use "gh --help" for more information about a command. + Use "gh [command] [subcommand] --help" for more information about a command. Read the manual at `}, }