diff --git a/command.go b/command.go index c578ce7..8bf0d8e 100644 --- a/command.go +++ b/command.go @@ -97,7 +97,7 @@ func (c Command) Run(ctx *Context) (err error) { HandleExitCoder(err) return err } - fmt.Fprintln(ctx.App.Writer, "Incorrect Usage: %s\n\n", err) + fmt.Fprintf(ctx.App.Writer, "Incorrect Usage: %s\n\n", err) fmt.Fprintln(ctx.App.Writer) ShowCommandHelp(ctx, c.Name) return err