diff --git a/pkg/cmd/root/help.go b/pkg/cmd/root/help.go index f6f3af775..4eef641fd 100644 --- a/pkg/cmd/root/help.go +++ b/pkg/cmd/root/help.go @@ -174,7 +174,7 @@ func rootHelpFunc(f *cmdutil.Factory, command *cobra.Command, args []string) { helpEntries = append(helpEntries, helpEntry{"LEARN MORE", heredoc.Docf(` Use %[1]sgh --help%[1]s for more information about a command. Read the manual at https://cli.github.com/manual - `,"`")}) + `, "`")}) out := f.IOStreams.Out for _, e := range helpEntries {