Shorten long help line

This commit is contained in:
David Haguenauer 2015-12-04 11:40:52 -05:00
parent 0044c3dd6e
commit 63ad3f99ad
1 changed files with 1 additions and 1 deletions

View File

@ -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"]