fix missing newline in help output introduced in bf480fe628

This commit is contained in:
Jason Moiron 2015-03-14 19:44:58 +00:00 committed by bep
parent 6de96b849c
commit e784a59910

View file

@ -220,9 +220,11 @@ Usage: {{if .Runnable}}
Aliases:
{{.NameAndAliases}}
{{end}}{{if .HasExample}}
Examples:
{{ .Example }}
{{end}}{{ if .HasSubCommands}}
Available Commands: {{range .Commands}}{{if .Runnable}}
{{rpad .Name .NamePadding }} {{.Short}}{{end}}{{end}}
{{end}}