Skip to content

Commit 69c59b2

Browse files
authored
Update README.md
1 parent 4dcdf00 commit 69c59b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ Binary file will be built at ./bin/hget, you can copy to /usr/bin or /usr/local/
1717
## Usage
1818

1919
```bash
20-
hget [-n parallel] [-skip-tls false] [-proxy proxy_server] URL # to download url, with n connections, and not skip tls certificate
20+
hget [-n parallel] [-skip-tls false] [-proxy proxy_server] [-file filename] [URL] # to download url, with n connections, and not skip tls certificate
2121
hget tasks # get interrupted tasks
2222
hget resume [TaskName | URL] # to resume task
2323
hget -proxy "127.0.0.1:12345" URL # to download using socks5 proxy
2424
hget -proxy "http://sample-proxy.com:8080" URL # to download using http proxy
25+
hget -file sample.txt # to download a list of files
2526
```
2627

2728
To interrupt any on-downloading process, just ctrl-c or ctrl-d at the middle of the download, hget will safely save your data and you will be able to resume later

0 commit comments

Comments
 (0)