Added -F as shortcut for --filter.

This commit is contained in:
John MacFarlane 2013-08-25 07:47:22 -07:00
parent 152d2919ab
commit a68805bebd

View file

@ -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 })