2008-07-16 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Changed help text for --load-cookie option.
	* doc/aria2c.1.txt
	* src/usage_text.h
pull/1/head
Tatsuhiro Tsujikawa 2008-07-18 15:12:38 +00:00
parent 750e40a221
commit 5122ae031d
5 changed files with 14 additions and 10 deletions

View File

@ -1,3 +1,9 @@
2008-07-16 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Changed help text for --load-cookie option.
* doc/aria2c.1.txt
* src/usage_text.h
2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Regenerated test/Makefile.in to remove stale ChangeLog.

View File

@ -1,11 +1,11 @@
.\" Title: aria2c
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
.\" 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

View File

@ -604,8 +604,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
</dt>
<dd>
<p>
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.
</p>
</dd>
<dt>
@ -1622,7 +1621,7 @@ files in the program, then also delete it here.</p></div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2008-07-12 22:50:00 JST
Last updated 2008-07-16 23:43:20 JST
</div>
</div>
</body>

View File

@ -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.

View File

@ -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"\