💄 fix reversed flag for updating latest version.

This commit is contained in:
Cheng Zhao 2013-09-02 18:17:06 +08:00
parent 6c3dc9e526
commit 9ba08d5e67

View file

@ -44,7 +44,7 @@ def parse_args():
parser = argparse.ArgumentParser(description='upload distribution file')
parser.add_argument('-n', '--no-update-version',
help='Do not update the latest version file',
action='store_false')
action='store_true')
return parser.parse_args()