diff --git a/template.go b/template.go index dfdd434cce..f48e5099f3 100644 --- a/template.go +++ b/template.go @@ -39,7 +39,8 @@ VERSION: {{.Version}}{{end}}{{end}}{{if .Description}} DESCRIPTION: - {{template "descriptionTemplate" .}}{{end}}{{if len .Authors}} + {{template "descriptionTemplate" .}}{{end}} +{{- if len .Authors}} AUTHOR{{template "authorsTemplate" .}}{{end}}{{if .VisibleCommands}}