mirror of https://github.com/aria2/aria2
2008-08-17 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Removed "(1.x/2.x)" from TEXT_LOAD_COOKIES since aria2 can load Firefox3 style cookie file. * src/usage_text.hpull/1/head
parent
4e806b1bb0
commit
7e8565f82e
|
@ -1,3 +1,9 @@
|
|||
2008-08-17 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Removed "(1.x/2.x)" from TEXT_LOAD_COOKIES since aria2 can load Firefox3
|
||||
style cookie file.
|
||||
* src/usage_text.h
|
||||
|
||||
2008-08-17 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
If a cookie whose expire date is later than 2038-01-19 03:14:07 GMT is
|
||||
|
|
|
@ -193,7 +193,7 @@ _(" -j, --max-concurrent-downloads=N Set maximum number of parallel downloads fo
|
|||
" every static (HTTP/FTP) URL, torrent and metalink.")
|
||||
#define TEXT_LOAD_COOKIES \
|
||||
_(" --load-cookies=FILE Load Cookies from FILE using the Mozilla/Firefox\n"\
|
||||
" (1.x/2.x) and Netscape format.")
|
||||
" and Netscape format.")
|
||||
#define TEXT_SHOW_FILES \
|
||||
_(" -S, --show-files Print file listing of .torrent or .metalink file\n"\
|
||||
" and exit. More detailed information will be listed\n"\
|
||||
|
|
Loading…
Reference in New Issue