Skip to content

Commit 44e2abc

Browse files
authored
Update README.md
1 parent 69c59b2 commit 44e2abc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,22 @@ hget -proxy "http://sample-proxy.com:8080" URL # to download using http proxy
2525
hget -file sample.txt # to download a list of files
2626
```
2727

28+
### Help
29+
```
30+
[I] ➜ hget -h
31+
Usage of hget:
32+
-file string
33+
filepath that contains links in each line
34+
-n int
35+
connection (default 16)
36+
-proxy string
37+
proxy for downloading, ex
38+
-proxy '127.0.0.1:12345' for socks5 proxy
39+
-proxy 'http://proxy.com:8080' for http proxy
40+
-skip-tls
41+
skip verify certificate for https (default true)
42+
```
43+
2844
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
2945

3046
### Download

0 commit comments

Comments
 (0)