From 33f70e98196363baa13e5c4c04be2aeb833f3be4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 10 Oct 2019 10:12:23 -0700 Subject: [PATCH] Add -d as synonym for --defaults. --- src/Text/Pandoc/App/CommandLineOptions.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text/Pandoc/App/CommandLineOptions.hs b/src/Text/Pandoc/App/CommandLineOptions.hs index bbbbbeb7c..d22ca3f86 100644 --- a/src/Text/Pandoc/App/CommandLineOptions.hs +++ b/src/Text/Pandoc/App/CommandLineOptions.hs @@ -161,7 +161,7 @@ options = "FILE") "" - , Option "" ["defaults"] + , Option "d" ["defaults"] (ReqArg (\arg opt -> runIOorExplode $ do setVerbosity $ optVerbosity opt