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"