Fix Subcommand help text
This commit is contained in:
parent
d6d4e6448b
commit
bc02933ea4
2
help.go
2
help.go
@ -51,7 +51,7 @@ var SubcommandHelpTemplate = `NAME:
|
||||
{{.Name}} - {{.Usage}}
|
||||
|
||||
USAGE:
|
||||
{{.Name}} [global options] command{{ if .Flags }} [command options]{{ end }} [arguments...]
|
||||
{{.Name}} command{{ if .Flags }} [command options]{{ end }} [arguments...]
|
||||
|
||||
COMMANDS:
|
||||
{{range .Commands}}{{.Name}}{{with .ShortName}}, {{.}}{{end}}{{ "\t" }}{{.Usage}}
|
||||
|
Loading…
Reference in New Issue
Block a user