From 38d614f3bb003b391e5c962778c1df25264ac026 Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Sat, 31 Jan 2015 21:33:26 +0530 Subject: [PATCH] Minor English correction --- command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.go b/command.go index a3a01ad5..2cd9da26 100644 --- a/command.go +++ b/command.go @@ -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}}` } }