From de75d4eaf93aede14f500368168c0aa62a2427ea Mon Sep 17 00:00:00 2001 From: Mauro Bieg Date: Tue, 28 Nov 2017 02:30:53 +0100 Subject: Fix --help output for --highlight-style to include FILE (#4098) Closes #4095. --- src/Text/Pandoc/App.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc') diff --git a/src/Text/Pandoc/App.hs b/src/Text/Pandoc/App.hs index 34410191f..3c52e4247 100644 --- a/src/Text/Pandoc/App.hs +++ b/src/Text/Pandoc/App.hs @@ -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"] -- cgit v1.2.3