Commit d8eec5b4 authored by Aurel's avatar Aurel

fix typo

do not make --update_business_templates mandatory for --update_only


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25697 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4c6db2b0
......@@ -69,7 +69,7 @@ Options:
--update_only=STRING
Specify the list of business template to update if
you don't want to update them all. You can give a list
delimited with commans (e.g. erp5_core,erp5_xhtml_style).
delimited with commas (e.g. erp5_core,erp5_xhtml_style).
This can be regular expressions.
"""
......@@ -427,6 +427,7 @@ def main():
os.environ["run_only"] = arg
elif opt == "--update_only":
os.environ["update_only"] = arg
os.environ["update_business_templates"] = "1"
elif opt == "--update_business_templates":
os.environ["update_business_templates"] = "1"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment