From 63ad3f99ad4b250fb514d1dcaf81410a7578aeb6 Mon Sep 17 00:00:00 2001 From: David Haguenauer Date: Fri, 4 Dec 2015 11:40:52 -0500 Subject: [PATCH] Shorten long help line --- shellcheck.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellcheck.hs b/shellcheck.hs index 9bebd34..117d6f7 100644 --- a/shellcheck.hs +++ b/shellcheck.hs @@ -76,7 +76,7 @@ options = [ (ReqArg (Flag "format") "FORMAT") "output format", Option "C" ["color"] (OptArg (maybe (Flag "color" "always") (Flag "color")) "WHEN") - "Set use of color (auto, always, never)", + "Use color (auto, always, never)", Option "s" ["shell"] (ReqArg (Flag "shell") "SHELLNAME") "Specify dialect (sh,bash,dash,ksh)", Option "x" ["external-sources"]