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

Clarified usage of -j option.
	* src/usage_text.h
pull/1/head
Tatsuhiro Tsujikawa 2008-06-29 13:52:39 +00:00
parent dc59e6a2bb
commit 6c4dd16c82
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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.")