Merge pull request #2 from QuicketSolutions/QKT-42

QKT-42 update: shorter command flag
This commit is contained in:
Ethan Timm
2019-06-21 16:49:40 -05:00
committed by GitHub

View File

@@ -303,7 +303,7 @@ def parse_args():
parser.add_argument('--keychain-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')
parser.add_argument('--include-releases',
parser.add_argument('--releases',
action='store_true',
dest='include_releases',
help='include release information, not including assets or binaries'