Merge pull request #128 from nbjahan/patch-1

Fixed ShowSubcommandHelp
main
Jesse Szwedko 10 years ago
commit e7849f9239

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

Loading…
Cancel
Save