app, help: add backwards compatibility for Authors

This commit is contained in:
Harrison
2015-02-21 10:44:00 +11:00
parent 05ecd63a95
commit c6592bb487
3 changed files with 16 additions and 4 deletions

View File

@@ -14,7 +14,8 @@ USAGE:
VERSION:
{{.Version}}
AUTHOR(S): {{range .Authors}} {{ . }}{{end}}
AUTHOR(S):
{{range .Authors}}{{ . }} {{end}}
COMMANDS:
{{range .Commands}}{{.Name}}{{with .ShortName}}, {{.}}{{end}}{{ "\t" }}{{.Usage}}