From 5122ae031dc80e5372fc2f219179ebccd0960fa7 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 18 Jul 2008 15:12:38 +0000 Subject: [PATCH] 2008-07-16 Tatsuhiro Tsujikawa Changed help text for --load-cookie option. * doc/aria2c.1.txt * src/usage_text.h --- ChangeLog | 6 ++++++ doc/aria2c.1 | 6 +++--- doc/aria2c.1.html | 5 ++--- doc/aria2c.1.txt | 3 +-- src/usage_text.h | 4 ++-- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index da47e2fbc..3c1d4418d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-07-16 Tatsuhiro Tsujikawa + + Changed help text for --load-cookie option. + * doc/aria2c.1.txt + * src/usage_text.h + 2008-07-13 Tatsuhiro Tsujikawa Regenerated test/Makefile.in to remove stale ChangeLog. diff --git a/doc/aria2c.1 b/doc/aria2c.1 index 6d0dcf637..c4e5afd38 100644 --- a/doc/aria2c.1 +++ b/doc/aria2c.1 @@ -1,11 +1,11 @@ .\" Title: aria2c .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.2 -.\" Date: 07/12/2008 +.\" Date: 07/16/2008 .\" Manual: .\" Source: .\" -.TH "ARIA2C" "1" "07/12/2008" "" "" +.TH "ARIA2C" "1" "07/16/2008" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -200,7 +200,7 @@ Append HEADER to HTTP request header\&. You can use this option repeatedly to sp .PP \fB\-\-load\-cookies\fR=FILE .RS 4 -Load cookies from FILE\&. The format of FILE is the same used by Netscape and Mozilla\&. +Load Cookies from FILE using the Mozilla/Firefox(1\&.x/2\&.x) and Netscape format\&. .RE .PP \fB\-U\fR, \fB\-\-user\-agent\fR=USER_AGENT diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html index 3121b3bb2..62c038e93 100644 --- a/doc/aria2c.1.html +++ b/doc/aria2c.1.html @@ -604,8 +604,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip

- Load cookies from FILE. - The format of FILE is the same used by Netscape and Mozilla. + Load Cookies from FILE using the Mozilla/Firefox(1.x/2.x) and Netscape format.

@@ -1622,7 +1621,7 @@ files in the program, then also delete it here.

diff --git a/doc/aria2c.1.txt b/doc/aria2c.1.txt index 93b753442..55dd63f54 100644 --- a/doc/aria2c.1.txt +++ b/doc/aria2c.1.txt @@ -144,8 +144,7 @@ HTTP Specific Options aria2c *--header*="X-A: b78" *--header*="X-B: 9J1" http://host/file *--load-cookies*=FILE:: - Load cookies from FILE. - The format of FILE is the same used by Netscape and Mozilla. + Load Cookies from FILE using the Mozilla/Firefox(1.x/2.x) and Netscape format. *-U*, *--user-agent*=USER_AGENT:: Set user agent for HTTP(S) downloads. diff --git a/src/usage_text.h b/src/usage_text.h index 68947a837..fb307b9b0 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. The format of FILE is\n"\ - " the same used by Netscape and Mozilla.") +_(" --load-cookies=FILE Load Cookies from FILE using the Mozilla/Firefox\n"\ + " (1.x/2.x) 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"\