diff --git a/command.go b/command.go index b257f91b..b37c1175 100644 --- a/command.go +++ b/command.go @@ -837,7 +837,7 @@ func (c *Command) ExecuteC() (cmd *Command, err error) { } if !c.SilenceErrors { c.Println("Error:", err.Error()) - c.Printf("Run '%v --help' for usage.\n", c.CommandPath()) + c.Printf("Run '%v help' for usage.\n", c.CommandPath()) } return c, err }