From 84630daaf4166b395884f51f32ff523c48d679eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B0=8F=E7=8E=89?= Date: Sat, 14 Mar 2015 01:12:37 +0800 Subject: [PATCH] Update help.go change template `AUTHOR(s)` tab ident to whitespace. --- help.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help.go b/help.go index 8d17655..ee71155 100644 --- a/help.go +++ b/help.go @@ -15,8 +15,8 @@ VERSION: {{.Version}} AUTHOR(S): - {{range .Authors}}{{ . }} {{end}} - + {{range .Authors}}{{ . }} + {{end}} COMMANDS: {{range .Commands}}{{.Name}}{{with .ShortName}}, {{.}}{{end}}{{ "\t" }}{{.Usage}} {{end}}{{if .Flags}}