Revise deprecation warning for --atx-headers.
This commit is contained in:
parent
f63b76e169
commit
b5d066f167
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue