change argument parser for no_templates
This commit is contained in:
parent
2a5e6aebc0
commit
209e2b422f
@ -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)")
|
||||
|
Loading…
Reference in New Issue
Block a user