From 4e8fe2a4d60f5dc15726b941dcef4f243089defc Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Thu, 9 Jul 2020 11:29:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=A4=BA=E4=BE=8B=E9=83=A8?= =?UTF-8?q?=E5=88=86.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/Applications/Axel/Axel_用法说明.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Software/Applications/Axel/Axel_用法说明.md b/Software/Applications/Axel/Axel_用法说明.md index 0a5caa3..bf1e06f 100644 --- a/Software/Applications/Axel/Axel_用法说明.md +++ b/Software/Applications/Axel/Axel_用法说明.md @@ -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 ```