summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Text/Pandoc/App/CommandLineOptions.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App/CommandLineOptions.hs b/src/Text/Pandoc/App/CommandLineOptions.hs
index b54279e02..3e8b832d2 100644
--- a/src/Text/Pandoc/App/CommandLineOptions.hs
+++ b/src/Text/Pandoc/App/CommandLineOptions.hs
@@ -979,7 +979,7 @@ options =
, Option "" ["print-highlight-style"]
(ReqArg
(\arg opts ->
- optInfo $ PrintDefaultDataFile (optOutputFile opts)
+ optInfo $ PrintHighlightStyle (optOutputFile opts)
(T.pack arg))
"STYLE|FILE")
"" -- "Print default template for FORMAT"