Skip to content

Commit ff8e088

Browse files
authored
Update README.md
1 parent 7953a7a commit ff8e088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ hget tasks # get interrupted tasks
3131
hget resume [TaskName | URL] # to resume task
3232
hget -proxy "127.0.0.1:12345" URL # to download using socks5 proxy
3333
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
34+
hget -file sample.txt # to download a list of urls
35+
hget -n 4 -rate 100KB URL # to download using 4 threads & limited to 100KB per second
3636
```
3737

3838
### Help

0 commit comments

Comments
 (0)