From 523c811cc6cdb39989ad2af4330a59114a8a0d73 Mon Sep 17 00:00:00 2001 From: ethan Date: Tue, 25 Feb 2020 13:13:20 -0600 Subject: [PATCH] #123 update: changed --as-app 'help' description --- github_backup/github_backup.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/github_backup/github_backup.py b/github_backup/github_backup.py index 48c4267..aa5e832 100644 --- a/github_backup/github_backup.py +++ b/github_backup/github_backup.py @@ -172,12 +172,7 @@ def parse_args(): parser.add_argument('--as-app', action='store_true', dest='as_app', - help='authenticate as github app instead of as a user. ' - 'Using this option will probably break the following options: ' - 'starred, all-starred, watched, gists, starred-gists, ' - 'followers, following. ' - 'Other options may be affected. ' - 'User account information will not be backed up.') + help='authenticate as github app instead of as a user.') parser.add_argument('-o', '--output-directory', default='.',