diff --git a/cli/helptext.go b/cli/helptext.go index 516c1a11..da193620 100644 --- a/cli/helptext.go +++ b/cli/helptext.go @@ -96,7 +96,8 @@ const longHelpFormat = `USAGE {{end}}{{if .Subcommands}}SUBCOMMANDS {{.Subcommands}} -{{.Indent}}Use '{{.Path}} --help' for more information about each command. +{{.Indent}}For more information about each command, use: +{{.Indent}}{{.Path}} --help {{end}} ` const shortHelpFormat = `USAGE @@ -109,7 +110,8 @@ const shortHelpFormat = `USAGE SUBCOMMANDS {{.Subcommands}} {{end}}{{if .MoreHelp}} -Use '{{.Path}} --help' for more information about this command. +For more information about each command, use: +{{.Path}} --help {{end}} `