aboutsummaryrefslogtreecommitdiff
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 661c6e06d..906fcc4c0 100644
--- a/src/Text/Pandoc/App/CommandLineOptions.hs
+++ b/src/Text/Pandoc/App/CommandLineOptions.hs
@@ -531,7 +531,7 @@ options =
(NoArg
(\opt -> do
deprecatedOption "--atx-headers"
- "use --markdown-headings=atx"
+ "Use --markdown-headings=atx instead."
return opt { optSetextHeaders = False } ))
"" -- "Use atx-style headers for markdown"