Merge pull request #137 from AriesLL/master
change argument parser for no_templates
This commit is contained in:
commit
3162bb6c3c
@ -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)")
|
||||
|
Loading…
Reference in New Issue
Block a user