From b5d066f167700f5a35867ecefe5cdcecf23b9fdc Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sat, 14 Nov 2020 21:41:50 -0800
Subject: Revise deprecation warning for --atx-headers.

---
 src/Text/Pandoc/App/CommandLineOptions.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

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"
 
-- 
cgit v1.2.3