Clarify default values of --lower, --upper.
This commit is contained in:
parent
9a64e5edd9
commit
3f2b9d0787
1 changed files with 2 additions and 2 deletions
|
@ -284,10 +284,10 @@ get:
|
||||||
|
|
||||||
flags:
|
flags:
|
||||||
--lower id:
|
--lower id:
|
||||||
Lower bound item ID.
|
Lower bound item ID. If omitted, starts from 1.
|
||||||
|
|
||||||
--upper id:
|
--upper id:
|
||||||
Upper bound item ID.
|
Upper bound item ID. If omitted, ends at newest post.
|
||||||
|
|
||||||
--threads X:
|
--threads X:
|
||||||
Use X threads to download items. Default = 1 thread.
|
Use X threads to download items. Default = 1 thread.
|
||||||
|
|
Loading…
Reference in a new issue