Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yyamanoi1222 committed Nov 30, 2022
1 parent 26b286a commit 2ddff44
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 2ddff44

Please sign in to comment.