diff --git a/help.go b/help.go index 3100ecd784..74f232d31f 100644 --- a/help.go +++ b/help.go @@ -55,7 +55,7 @@ var helpCommand = &Command{ cCtx = cCtx.parentContext } - // Case 4. $ app hello foo + // Case 4. $ app help foo // foo is the command for which help needs to be shown if argsPresent { return ShowCommandHelp(cCtx, firstArg)