Skip to content

Commit

Permalink
Merge pull request #1605 from yyamanoi1222/feature/fix_help_comment
Browse files Browse the repository at this point in the history
Fix comment about helpCommand Action
  • Loading branch information
meatballhat authored Nov 30, 2022
2 parents a6389fc + 2ddff44 commit 3d29610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3d29610

Please sign in to comment.