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