update documentation for --count option (#1139)
This commit is contained in:
@@ -164,8 +164,8 @@ Which Posts to Download
|
|||||||
|
|
||||||
.. option:: --count COUNT, -c
|
.. option:: --count COUNT, -c
|
||||||
|
|
||||||
Do not attempt to download more than COUNT posts. Applies only to
|
Do not attempt to download more than COUNT posts. Applies to
|
||||||
``#hashtag``, ``%location id``, and ``:feed``.
|
``#hashtag``, ``%location_id``, ``:feed``, and ``:saved``.
|
||||||
|
|
||||||
|
|
||||||
Login (Download Private Profiles)
|
Login (Download Private Profiles)
|
||||||
|
@@ -335,7 +335,7 @@ def main():
|
|||||||
|
|
||||||
g_cond.add_argument('-c', '--count',
|
g_cond.add_argument('-c', '--count',
|
||||||
help='Do not attempt to download more than COUNT posts. '
|
help='Do not attempt to download more than COUNT posts. '
|
||||||
'Applies only to #hashtag and :feed.')
|
'Applies to #hashtag, %%location_id, :feed, and :saved.')
|
||||||
|
|
||||||
g_login = parser.add_argument_group('Login (Download Private Profiles)',
|
g_login = parser.add_argument_group('Login (Download Private Profiles)',
|
||||||
'Instaloader can login to Instagram. This allows downloading private profiles. '
|
'Instaloader can login to Instagram. This allows downloading private profiles. '
|
||||||
|
Reference in New Issue
Block a user