Merge pull request #128 from nbjahan/patch-1

Fixed ShowSubcommandHelp
This commit is contained in:
Jesse Szwedko 2014-12-11 20:37:53 -05:00
commit e7849f9239

View File

@ -131,7 +131,7 @@ func ShowCommandHelp(c *Context, command string) {
// Prints help for the given subcommand
func ShowSubcommandHelp(c *Context) {
HelpPrinter(SubcommandHelpTemplate, c.App)
ShowCommandHelp(c, c.Command.Name)
}
// Prints the version number of the App