diff --git a/cli/cli.go b/cli/cli.go index c86e91e..71fabd4 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -108,7 +108,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) }