diff --git a/cli/cli.go b/cli/cli.go index 5012c16..0fbb55b 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -159,7 +159,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) }