change argument parser for no_templates

This commit is contained in:
Peipei Zhou 2017-08-10 14:51:54 -07:00 committed by GitHub
parent 2a5e6aebc0
commit 209e2b422f

View File

@ -3111,7 +3111,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)")