From ce5e7bd444ba8e522f4c87f6d13457c493d53197 Mon Sep 17 00:00:00 2001 From: Han-Xiangming <2728513634@qq.com> Date: Sun, 27 Nov 2022 11:12:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=89=E5=8C=96usage=5Ftext.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/usage_text.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/usage_text.h b/src/usage_text.h index 593d1ea7..1c46411b 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -114,11 +114,10 @@ " 您可以附加 K 或 M(1K = 1024,1M = 1024K)。\n" \ " 要限制每次下载的下载速度,请使用 --max-download-limit 选项。") #define TEXT_MAX_DOWNLOAD_LIMIT \ - _(" --max-download-limit=SPEED Set max download speed per each download in\n" \ - " bytes/sec. 0 means unrestricted.\n" \ - " You can append K or M(1K = 1024, 1M = 1024K).\n" \ - " To limit the overall download speed, use\n" \ - " --max-overall-download-limit option.") + _(" --max-download-limit=SPEED 设置每次下载的最大下载速度(以字节/秒为单位)。\n" \ + " 0 表示无限制。\n" \ + " 您可以附加 K 或 M(1K = 1024,1M = 1024K)。\n" \ + " 要限制整体下载速度,请使用 --max-total--download-limit 选项。") #define TEXT_FILE_ALLOCATION \ _(" --file-allocation=METHOD Specify file allocation method.\n" \ " 'none' doesn't pre-allocate file space. 'prealloc'\n" \