We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32cf9b1 commit faa3c14Copy full SHA for faa3c14
cli/helptext.go
@@ -96,7 +96,8 @@ const longHelpFormat = `USAGE
96
{{end}}{{if .Subcommands}}SUBCOMMANDS
97
{{.Subcommands}}
98
99
-{{.Indent}}Use '{{.Path}} <subcmd> --help' for more information about each command.
+{{.Indent}}For more information about each command, use:
100
+{{.Indent}}{{.Path}} <subcmd> --help
101
{{end}}
102
`
103
const shortHelpFormat = `USAGE
@@ -109,7 +110,8 @@ const shortHelpFormat = `USAGE
109
110
SUBCOMMANDS
111
112
{{end}}{{if .MoreHelp}}
-Use '{{.Path}} --help' for more information about this command.
113
+For more information about each command, use:
114
+{{.Path}} <subcmd> --help
115
116
117
0 commit comments