Skip to content

Commit

Permalink
Update command usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
scotow committed Jul 8, 2019
1 parent face0ca commit 98ca0ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ To solve this problem, `mego` accepts as arguments a path of file(s) containing
```
Usage of mego:
mego [-l SPEED] [-s] MEGA_LINK... LIST_PATH...
mego [-l SPEED] [-r DURATION] [-s] MEGA_LINK... LIST_PATH...
-l uint speed limit passed to megadl as --limit-speed
-s silent mode. do not pipe megadl's stdout nor stderr
-r interval between two retries
-l uint speed limit passed to megadl as --limit-speed
-r duration interval between two retries (default 1m0s)
-s silent mode. do not pipe megadl's stdout nor stderr
```

NB: The whole content of a *list file* is read and kept in memory. Every time a file is downloaded, the content of the *list file* will be overwritten. So please do not use a *list file* as a queue during execution.

0 comments on commit 98ca0ef

Please sign in to comment.