Jelajahi Sumber

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

	Clarified usage of -j option.
	* src/usage_text.h
Tatsuhiro Tsujikawa 17 tahun lalu
induk
melakukan
6c4dd16c82
2 mengubah file dengan 7 tambahan dan 1 penghapusan
  1. 5 0
      ChangeLog
  2. 2 1
      src/usage_text.h

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2008-06-29  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
+
+	Clarified usage of -j option.
+	* src/usage_text.h
+
 2008-06-28  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
 
 	Disabled getting size from the response of RETR.

+ 2 - 1
src/usage_text.h

@@ -189,7 +189,8 @@ _(" -i, --input-file=FILE        Downloads URIs found in FILE. You can specify\n
   "                              URIs on a single line using the TAB character.\n"\
   "                              Reads input from stdin when '-' is specified.")
 #define TEXT_MAX_CONCURRENT_DOWNLOADS \
-_(" -j, --max-concurrent-downloads=N Set maximum number of parallel downloads.")
+_(" -j, --max-concurrent-downloads=N Set maximum number of parallel downloads for\n"\
+  "                              every static (HTTP/FTP) URL, torrent and metalink.")
 #define TEXT_LOAD_COOKIES \
 _(" --load-cookies=FILE          Load cookies from FILE. The format of FILE is\n"\
   "                              the same used by Netscape and Mozilla.")