Fix --help output for --highlight-style to include FILE (#4098)

Closes #4095.
This commit is contained in:
Mauro Bieg
2017-11-27 18:30:53 -07:00
committed by John MacFarlane
parent 459b2742cf
commit de75d4eaf9
+1 -1
View File
@@ -1119,7 +1119,7 @@ options =
, Option "" ["highlight-style"]
(ReqArg
(\arg opt -> return opt{ optHighlightStyle = Just arg })
"STYLE")
"STYLE|FILE")
"" -- "Style for highlighted code"
, Option "" ["syntax-definition"]