diff options
-rw-r--r-- | MANUAL.txt | 4 | ||||
-rw-r--r-- | pandoc.hs | 7 |
2 files changed, 0 insertions, 11 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 21692c59f..9cfd6026a 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -578,10 +578,6 @@ General writer options will be nonsemantic newlines in the output as well). Automatic wrapping does not currently work in HTML output. -`--no-wrap` - -: Deprecated synonym for `--wrap=none`. - `--columns=`*NUMBER* : Specify length of lines in characters. This affects text wrapping @@ -469,13 +469,6 @@ options = "NUMBER") "" -- "Dpi (default 96)" - , Option "" ["no-wrap"] - (NoArg - (\opt -> do warn $ "--no-wrap is deprecated. " ++ - "Use --wrap=none or --wrap=preserve instead." - return opt { optWrapText = WrapNone })) - "" - , Option "" ["wrap"] (ReqArg (\arg opt -> |