Просмотр исходного кода

2010-07-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Updated doc for --split option.
	* src/usage_text.h
Tatsuhiro Tsujikawa 15 лет назад
Родитель
Сommit
a6a18e9ffe
2 измененных файлов с 9 добавлено и 1 удалено
  1. 5 0
      ChangeLog
  2. 4 1
      src/usage_text.h

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2010-07-19  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Updated doc for --split option.
+	* src/usage_text.h
+
 2010-07-19  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Updated doc for --min-split-size option.

+ 4 - 1
src/usage_text.h

@@ -52,7 +52,10 @@
     "                              remaining URLs are used for backup. If less than\n" \
     "                              N URLs are given, those URLs are used more than\n" \
     "                              once so that N connections total are made\n" \
-    "                              simultaneously. Please see -j option too.\n" \
+    "                              simultaneously. The number of connections to the\n" \
+    "                              same host is restricted by\n"        \
+    "                              --max-connection-per-server option. Please see -j\n" \
+    "                              and --min-split-size option too.\n"  \
     "                              Please note that in Metalink download, this\n" \
     "                              option has no effect and use -C option instead.")
 #define TEXT_RETRY_WAIT                                                 \