调整示例部分.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-07-09 11:29:17 +08:00
parent a4ba492622
commit 4e8fe2a4d6
1 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,9 @@ Usage: axel [options] url1 [url2] [url...]
--version -V Version information
# 示例
axle -n 20 -o /home/user/Downloads https://example.com/example.zip
axle -n 10 -o /home/user/Downloads/download.zip https://example.com/example.zip
# -s 参数有时会导致 axle 程序卡死
axle -n 20 -s 1024 -o /home/user/Downloads https://example.com/example.zip
axle -n 20 -s 1024 -o /home/user/Downloads/download.zip https://example.com/example.zip
```