mirror of https://github.com/aria2/aria2
2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
State that firefox3 cookie is supported explicitly in the usage. * src/usage_text.hpull/1/head
parent
33ad8505cd
commit
bf072626c8
|
@ -1,3 +1,8 @@
|
||||||
|
2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
State that firefox3 cookie is supported explicitly in the usage.
|
||||||
|
* src/usage_text.h
|
||||||
|
|
||||||
2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Externalized message.
|
Externalized message.
|
||||||
|
|
|
@ -192,8 +192,8 @@ _(" -i, --input-file=FILE Downloads URIs found in FILE. You can specify\n
|
||||||
_(" -j, --max-concurrent-downloads=N Set maximum number of parallel downloads for\n"\
|
_(" -j, --max-concurrent-downloads=N Set maximum number of parallel downloads for\n"\
|
||||||
" every static (HTTP/FTP) URL, torrent and metalink.")
|
" every static (HTTP/FTP) URL, torrent and metalink.")
|
||||||
#define TEXT_LOAD_COOKIES \
|
#define TEXT_LOAD_COOKIES \
|
||||||
_(" --load-cookies=FILE Load Cookies from FILE using the Mozilla/Firefox\n"\
|
_(" --load-cookies=FILE Load Cookies from FILE using the Firefox3 format\n"\
|
||||||
" and Netscape format.")
|
" and Mozilla/Firefox(1.x/2.x)/Netscape format.")
|
||||||
#define TEXT_SHOW_FILES \
|
#define TEXT_SHOW_FILES \
|
||||||
_(" -S, --show-files Print file listing of .torrent or .metalink file\n"\
|
_(" -S, --show-files Print file listing of .torrent or .metalink file\n"\
|
||||||
" and exit. More detailed information will be listed\n"\
|
" and exit. More detailed information will be listed\n"\
|
||||||
|
|
Loading…
Reference in New Issue