Added --data-dir to valid options for markdown2pdf.

This commit is contained in:
John MacFarlane 2010-12-02 22:42:13 -08:00
parent fe39a06e24
commit e578b7f3d3

View file

@ -155,7 +155,7 @@ main = bracket
"--include-before-body","--include-after-body",
"--custom-header","--output",
"--template", "--variable",
"--csl", "--bibliography"]
"--csl", "--bibliography", "--data-dir"]
let isOpt ('-':_) = True
isOpt _ = False
let opts = filter isOpt args