mirror of https://github.com/aria2/aria2
2008-06-29 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Clarified usage of -j option. * src/usage_text.hpull/1/head
parent
dc59e6a2bb
commit
6c4dd16c82
|
@ -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.
|
||||
|
|
|
@ -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.")
|
||||
|
|
Loading…
Reference in New Issue