diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2019-10-10 10:12:23 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2019-10-10 10:12:23 -0700 |
| commit | 33f70e98196363baa13e5c4c04be2aeb833f3be4 (patch) | |
| tree | d7da16d2a5028dd629b4c7f97a9243f18b2161b8 /src | |
| parent | 558b91801af2654c25a89cd7ddc3937bcc58ac2f (diff) | |
| download | pandoc-33f70e98196363baa13e5c4c04be2aeb833f3be4.tar.gz | |
Add -d as synonym for --defaults.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Text/Pandoc/App/CommandLineOptions.hs | 2 |
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 |
