Skip to content

Commit

Permalink
capitolized letter
Browse files Browse the repository at this point in the history
  • Loading branch information
JungleHornet committed Jul 11, 2024
1 parent e94f6d0 commit aca5b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command.go
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ func (c *Command) checkCommandGroups() {
func (c *Command) InitDefaultHelpFlag() {
c.mergePersistentFlags()
if c.Flags().Lookup("help") == nil {
usage := "help for "
usage := "Help for "
name := c.displayName()
if name == "" {
usage += "this command"
Expand Down

0 comments on commit aca5b04

Please sign in to comment.