From 1feddee6d684840100998e457b728c441d1f8f53 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Feb 2017 11:05:26 +0100 Subject: Small revision to deprecation message for --old-dashes. --- pandoc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc.hs') 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" = -- cgit v1.2.3