Fix Subcommand help text

This commit is contained in:
Audrius Butkevicius 2014-07-13 14:29:30 +01:00
parent d6d4e6448b
commit bc02933ea4

View File

@ -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}}