summaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-08-25 07:47:22 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2013-08-25 07:47:22 -0700
commita68805bebd172b107e75fe330698cbc7eee7f75a (patch)
tree30cb246d250b4897fec58090cff379dd2db79c0d /pandoc.hs
parent152d2919ab804a6b0de313a987f207bc9501d98d (diff)
Added `-F` as shortcut for `--filter`.
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.hs b/pandoc.hs
index 6ad5694f1..5b0250836 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -280,7 +280,7 @@ options =
"STRING")
"" -- "Classes (whitespace- or comma-separated) to use for indented code-blocks"
- , Option "" ["filter"]
+ , Option "F" ["filter"]
(ReqArg
(\arg opt -> return opt { optPlugins = externalFilter arg :
optPlugins opt })