aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-10-10 10:12:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-10 10:12:23 -0700
commit33f70e98196363baa13e5c4c04be2aeb833f3be4 (patch)
treed7da16d2a5028dd629b4c7f97a9243f18b2161b8
parent558b91801af2654c25a89cd7ddc3937bcc58ac2f (diff)
downloadpandoc-33f70e98196363baa13e5c4c04be2aeb833f3be4.tar.gz
Add -d as synonym for --defaults.
-rw-r--r--src/Text/Pandoc/App/CommandLineOptions.hs2
1 files changed, 1 insertions, 1 deletions
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