summaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
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" =