Merge pull request #137 from AriesLL/master

change argument parser for no_templates
This commit is contained in:
Giuseppe Attardi 2019-04-13 12:41:15 +02:00 committed by GitHub
commit 3162bb6c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3139,7 +3139,7 @@ def main():
help="accepted namespaces in links")
groupP.add_argument("--templates",
help="use or create file containing templates")
groupP.add_argument("--no-templates", action="store_false",
groupP.add_argument("--no_templates", action="store_false",
help="Do not expand templates")
groupP.add_argument("-r", "--revision", action="store_true", default=options.print_revision,
help="Include the document revision id (default=%(default)s)")