Merge pull request #154 from eparis/fix-trailing-newline

If nothing after flags: sting print a newline
This commit is contained in:
Eric Paris 2015-09-11 23:27:51 -05:00
commit b28774dd68

View file

@ -274,8 +274,8 @@ Global Flags:
Additional help topics:{{range .Commands}}{{if .IsHelpCommand}}
{{rpad .CommandPath .CommandPathPadding}} {{.Short}}{{end}}{{end}}{{end}}{{ if .HasSubCommands }}
Use "{{.CommandPath}} [command] --help" for more information about a command.
{{end}}`
Use "{{.CommandPath}} [command] --help" for more information about a command.{{end}}
`
}
}