From 7847ab8270efab472b7b6a4bf9a57f5b83cb7212 Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Tue, 17 Oct 2017 18:10:54 -0700 Subject: fmt almost done --- cmd/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/errors.go') diff --git a/cmd/errors.go b/cmd/errors.go index d4aca6d..c67c0f1 100644 --- a/cmd/errors.go +++ b/cmd/errors.go @@ -109,7 +109,7 @@ func (ctx *Context) processError(err error) { // Errors with a help text should print it out. if helpText := ctx.getHelpText(err); helpText != "" { fmt.Fprintln(os.Stderr) - fmt.Fprintln(os.Stderr, WrapText(helpText, 0)) + fmt.Fprintln(os.Stderr, helpText) } os.Exit(FailureCode) return -- cgit v1.2.3