X-Git-Url: http://git.scottworley.com/paperdoorknob/blobdiff_plain/a2d424680628f747d2ec20f2ae3e3758f0d12cc5..1e51262909ed85fcf1016973e6baff2487d889e1:/paperdoorknob.py?ds=sidebyside diff --git a/paperdoorknob.py b/paperdoorknob.py index 91909a3..a31b659 100644 --- a/paperdoorknob.py +++ b/paperdoorknob.py @@ -30,6 +30,7 @@ def command_line_parser() -> ArgumentParser: help='The filename stem at which to write output ' + '(eg: "%(default)s" produces %(default)s.text, %(default)s.pdf, etc.)', default='book') + parser.add_argument('--pandoc', help='Location of the pandoc executable') parser.add_argument( '--timeout', help='How long to wait for HTTP requests, in seconds',