diff --git a/command.go b/command.go index 3de13542..eba3353d 100644 --- a/command.go +++ b/command.go @@ -387,7 +387,7 @@ Aliases: {{.NameAndAliases}}{{end}}{{if .HasValidArgs}} Valid Args:{{range .ValidArgs}} - {{.Name}} {{.Short}}{{end}}{{end}}{{if .HasExample}} + {{rpad .Name 20}} {{.Short}}{{end}}{{end}}{{if .HasExample}} Examples: {{.Example}}{{end}}{{if .HasAvailableSubCommands}}