mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-06 00:28:01 +01:00
Merge pull request #2 from QuicketSolutions/QKT-42
QKT-42 update: shorter command flag
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user