From bf072626c8f1aff92f0cc64d41617d9855f608e4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 23 Aug 2008 16:09:43 +0000 Subject: [PATCH] 2008-08-24 Tatsuhiro Tsujikawa State that firefox3 cookie is supported explicitly in the usage. * src/usage_text.h --- ChangeLog | 5 +++++ src/usage_text.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f230f3ff..1c9255dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-24 Tatsuhiro Tsujikawa + + State that firefox3 cookie is supported explicitly in the usage. + * src/usage_text.h + 2008-08-24 Tatsuhiro Tsujikawa Externalized message. diff --git a/src/usage_text.h b/src/usage_text.h index a4647282..7a20735d 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -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"\ " every static (HTTP/FTP) URL, torrent and metalink.") #define TEXT_LOAD_COOKIES \ -_(" --load-cookies=FILE Load Cookies from FILE using the Mozilla/Firefox\n"\ - " and Netscape format.") +_(" --load-cookies=FILE Load Cookies from FILE using the Firefox3 format\n"\ + " and Mozilla/Firefox(1.x/2.x)/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"\