Revise deprecation warning for --atx-headers.

This commit is contained in:
John MacFarlane 2020-11-14 21:41:50 -08:00
parent f63b76e169
commit b5d066f167

View file

@ -531,7 +531,7 @@ options =
(NoArg (NoArg
(\opt -> do (\opt -> do
deprecatedOption "--atx-headers" deprecatedOption "--atx-headers"
"use --markdown-headings=atx" "Use --markdown-headings=atx instead."
return opt { optSetextHeaders = False } )) return opt { optSetextHeaders = False } ))
"" -- "Use atx-style headers for markdown" "" -- "Use atx-style headers for markdown"