Formatting

This commit is contained in:
Jeremy Saenz
2013-11-20 17:25:13 -08:00
parent 4120b604ec
commit ab6f1b7c3c
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ func (c Command) Run(ctx *Context) error {
// append help to flags
c.Flags = append(
c.Flags,
BoolFlag{"help, h","show help"},
BoolFlag{"help, h", "show help"},
)
set := flagSet(c.Name, c.Flags)