diff options
author | CG Linden <cg@lindenlab.com> | 2009-11-06 15:54:11 -0800 |
---|---|---|
committer | CG Linden <cg@lindenlab.com> | 2009-11-06 15:54:11 -0800 |
commit | 66cf090114379244ae8c67dc37b8c8d75b806cae (patch) | |
tree | 2dc942045b53037502e280a9454fcaabe9458ae6 /scripts/update_version_files.py | |
parent | 99f75c9bca7a28cdb913e740922b71d5722bf503 (diff) |
Adding new option definition - forgot.
Diffstat (limited to 'scripts/update_version_files.py')
-rwxr-xr-x | scripts/update_version_files.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update_version_files.py b/scripts/update_version_files.py index 204986c73a..da60fd105a 100755 --- a/scripts/update_version_files.py +++ b/scripts/update_version_files.py @@ -164,6 +164,7 @@ def main(): opts, args = getopt.getopt(sys.argv[1:], "", ['version=', + 'revision=', 'channel=', 'server_channel=', 'skip-on-branch=', |