Skip to content

Commit 523c811

Browse files
committed
josegonzalez#123 update: changed --as-app 'help' description
1 parent 857ad0a commit 523c811

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

github_backup/github_backup.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,7 @@ def parse_args():
172172
parser.add_argument('--as-app',
173173
action='store_true',
174174
dest='as_app',
175-
help='authenticate as github app instead of as a user. '
176-
'Using this option will probably break the following options: '
177-
'starred, all-starred, watched, gists, starred-gists, '
178-
'followers, following. '
179-
'Other options may be affected. '
180-
'User account information will not be backed up.')
175+
help='authenticate as github app instead of as a user.')
181176
parser.add_argument('-o',
182177
'--output-directory',
183178
default='.',

0 commit comments

Comments
 (0)