mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-04 09:22:29 +01:00
Update description in help text
This commit is contained in:
parent
4dedc86556
commit
b3b8c22240
@ -234,7 +234,7 @@ def download(name, username = None, password = None, sessionfile = None, \
|
||||
if __name__ == "__main__":
|
||||
from argparse import ArgumentParser
|
||||
parser = ArgumentParser(description='Simple downloader to fetch all Instagram pics and '\
|
||||
'captions from a given public profile')
|
||||
'captions from a given profile')
|
||||
parser.add_argument('target', help='Name of profile to download')
|
||||
parser.add_argument('-l', '--login', nargs='?', const=None, metavar='login_name',
|
||||
help='Provide login name for your Instagram account')
|
||||
|
Loading…
Reference in New Issue
Block a user