We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7953a7a commit ff8e088Copy full SHA for ff8e088
README.md
@@ -31,8 +31,8 @@ hget tasks # get interrupted tasks
31
hget resume [TaskName | URL] # to resume task
32
hget -proxy "127.0.0.1:12345" URL # to download using socks5 proxy
33
hget -proxy "http://sample-proxy.com:8080" URL # to download using http proxy
34
-hget -file sample.txt # to download a list of files
35
-hget -n 4 -rate 100KB URL # to download using 4 threads & limited to 100Kb per second
+hget -file sample.txt # to download a list of urls
+hget -n 4 -rate 100KB URL # to download using 4 threads & limited to 100KB per second
36
```
37
38
### Help
0 commit comments