diff --git a/help.go b/help.go index 5020cb6..01c86e1 100644 --- a/help.go +++ b/help.go @@ -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