diff --git a/cli/cli.go b/cli/cli.go index b4b3f7b..946a746 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -97,7 +97,7 @@ func Run(gitRev string, gomod []byte) { if !errs.IsEmpty() { terminal.Error("Options parsing errors:") - terminal.Error(errs.String()) + terminal.Error(errs.Error("- ")) os.Exit(1) }