diff --git a/command.go b/command.go index ae3930df..664bf5aa 100644 --- a/command.go +++ b/command.go @@ -788,6 +788,7 @@ func (c *Command) initHelpCmd() { }, } } + c.RemoveCommand(c.helpCommand) c.AddCommand(c.helpCommand) }