Minor English correction

This commit is contained in:
Kartik Singhal 2015-01-31 21:33:26 +05:30
parent e1e66f7b4e
commit 38d614f3bb

View file

@ -205,7 +205,7 @@ Available Commands: {{range .Commands}}{{if .Runnable}}
Additional help topics: {{if gt .Commands 0 }}{{range .Commands}}{{if not .Runnable}} {{rpad .CommandPath .CommandPathPadding}} {{.Short}}{{end}}{{end}}{{end}}{{if gt .Parent.Commands 1 }}{{range .Parent.Commands}}{{if .Runnable}}{{if not (eq .Name $cmd.Name) }}{{end}}
{{rpad .CommandPath .CommandPathPadding}} {{.Short}}{{end}}{{end}}{{end}}{{end}}
{{end}}{{ if .HasSubCommands }}
Use "{{.Root.Name}} help [command]" for more information about that command.
Use "{{.Root.Name}} help [command]" for more information about a command.
{{end}}`
}
}