diff --git a/help.go b/help.go index c80636a..7148c19 100644 --- a/help.go +++ b/help.go @@ -21,14 +21,16 @@ VERSION: {{.Version}}{{end}}{{if len .Authors}} AUTHOR(S): - {{range .Authors}}{{ . }}{{end}}{{end}} + {{range .Authors}}{{ . }}{{end}}{{end}}{{if .Commands}} COMMANDS: {{range .Commands}}{{join .Names ", "}}{{ "\t" }}{{.Usage}} - {{end}}{{if .Flags}} + {{end}}{{end}}{{if .Flags}} + GLOBAL OPTIONS: {{range .Flags}}{{.}} {{end}}{{end}}{{if .Copyright }} + COPYRIGHT: {{.Copyright}}{{end}} `