QKT-42 update: shorter command flag

This commit is contained in:
ethan
2019-06-21 16:48:25 -05:00
parent a18fda9faf
commit 4b40ae94d7

View File

@@ -303,7 +303,7 @@ def parse_args():
parser.add_argument('--keychain-account', parser.add_argument('--keychain-account',
dest='osx_keychain_item_account', dest='osx_keychain_item_account',
help='OSX ONLY: account field of password item in OSX keychain that holds the personal access or OAuth token') help='OSX ONLY: account field of password item in OSX keychain that holds the personal access or OAuth token')
parser.add_argument('--include-releases', parser.add_argument('--releases',
action='store_true', action='store_true',
dest='include_releases', dest='include_releases',
help='include release information, not including assets or binaries' help='include release information, not including assets or binaries'