We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18fda9 commit 4b40ae9Copy full SHA for 4b40ae9
bin/github-backup
@@ -303,7 +303,7 @@ def parse_args():
303
parser.add_argument('--keychain-account',
304
dest='osx_keychain_item_account',
305
help='OSX ONLY: account field of password item in OSX keychain that holds the personal access or OAuth token')
306
- parser.add_argument('--include-releases',
+ parser.add_argument('--releases',
307
action='store_true',
308
dest='include_releases',
309
help='include release information, not including assets or binaries'
0 commit comments