mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-05 16:18:02 +01:00
#123 update: changed --as-app 'help' description
This commit is contained in:
@@ -172,12 +172,7 @@ def parse_args():
|
|||||||
parser.add_argument('--as-app',
|
parser.add_argument('--as-app',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
dest='as_app',
|
dest='as_app',
|
||||||
help='authenticate as github app instead of as a user. '
|
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.')
|
|
||||||
parser.add_argument('-o',
|
parser.add_argument('-o',
|
||||||
'--output-directory',
|
'--output-directory',
|
||||||
default='.',
|
default='.',
|
||||||
|
|||||||
Reference in New Issue
Block a user