aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-09-08 22:37:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-08 22:37:38 -0700
commit8696725cd9b07c29086255590ccab038aa31c610 (patch)
tree329791bc84b8a33b4e393780707ee4f1a98eff62 /src
parent0558ea9836f5350a00f3df19d55ca6bddda1947b (diff)
downloadpandoc-8696725cd9b07c29086255590ccab038aa31c610.tar.gz
Add -L option as shortcut for --lua-filter.
Diffstat (limited to 'src')
-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 7e3910aaa..ae12ba42c 100644
--- a/src/Text/Pandoc/App/CommandLineOptions.hs
+++ b/src/Text/Pandoc/App/CommandLineOptions.hs
@@ -428,7 +428,7 @@ options =
"PROGRAM")
"" -- "External JSON filter"
- , Option "" ["lua-filter"]
+ , Option "L" ["lua-filter"]
(ReqArg
(\arg opt -> return opt { optFilters =
LuaFilter (normalizePath arg) :