1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-09-11 16:22:24 +02:00

Remove --shorter-output from --help

This commit is contained in:
Alexander Graf 2017-08-24 17:51:39 +02:00
parent 9939eab8ec
commit 2e47642f74

View File

@ -1361,8 +1361,6 @@ def main():
g_how.add_argument('-S', '--no-sleep', action='store_true', help=SUPPRESS)
g_misc = parser.add_argument_group('Miscellaneous Options')
g_misc.add_argument('-O', '--shorter-output', action='store_true',
help='Do not display captions while downloading.')
g_misc.add_argument('-q', '--quiet', action='store_true',
help='Disable user interaction, i.e. do not print messages (except errors) and fail '
'if login credentials are needed but not given. This makes Instaloader suitable as a '