瀏覽代碼

2008-06-26 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

	Clarified usage text for --split option.
	* src/usage_text.h
Tatsuhiro Tsujikawa 17 年之前
父節點
當前提交
95c9faef79
共有 2 個文件被更改,包括 7 次插入2 次删除
  1. 5 0
      ChangeLog
  2. 2 2
      src/usage_text.h

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2008-06-26  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
+
+	Clarified usage text for --split option.
+	* src/usage_text.h
+
 2008-06-24  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
 
 	Bump up version number to 0.15.0dev. "dev" means "development"

+ 2 - 2
src/usage_text.h

@@ -46,8 +46,8 @@ _(" -D, --daemon                 Run as daemon.")
 _(" -s, --split=N                Download a file using N connections. If more\n"\
   "                              than N URLs are given, first N URLs are used and\n"\
   "                              remaining URLs are used for backup. If less than\n"\
-  "                              N URLs are given, some of the URLs are used more\n"\
-  "                              than once so that totaly N connections are made\n"\
+  "                              N URLs are given, those URLs are used more than\n"\
+  "                              once so that N connections total are made\n"\
   "                              simultaneously.")
 #define TEXT_RETRY_WAIT \
 _(" --retry-wait=SEC             Set the seconds to wait to retry after an error\n"\