summaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-04 11:05:26 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-04 11:05:26 +0100
commit1feddee6d684840100998e457b728c441d1f8f53 (patch)
tree9834d87c94ce8cb85b68756c13ea8ef31b78e25e /pandoc.hs
parent7d3702e807abbb1c987157b47135bf9efdcaff98 (diff)
Small revision to deprecation message for --old-dashes.
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.hs b/pandoc.hs
index 900322dcb..52e188909 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -101,7 +101,7 @@ addDeprecationNote "--smart" =
"For example: pandoc -f markdown+smart -t markdown-smart.") :)
addDeprecationNote "-S" = addDeprecationNote "--smart"
addDeprecationNote "--old-dashes" =
- ("--old-dashes has been removed." :)
+ ("--old-dashes has been removed. Use +old_dashes extension instead." :)
addDeprecationNote "--no-wrap" =
("--no-wrap has been removed. Use --wrap=none instead." :)
addDeprecationNote "--chapters" =