From 4b40ae94d7ffdc75eaac187a2273f3a3d856d0ab Mon Sep 17 00:00:00 2001 From: ethan Date: Fri, 21 Jun 2019 16:48:25 -0500 Subject: [PATCH] QKT-42 update: shorter command flag --- bin/github-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/github-backup b/bin/github-backup index 427f14c..6c88dd2 100755 --- a/bin/github-backup +++ b/bin/github-backup @@ -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'