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> 2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Regenerated test/Makefile.in to remove stale ChangeLog. Regenerated test/Makefile.in to remove stale ChangeLog.

View File

@ -1,11 +1,11 @@
.\" Title: aria2c .\" Title: aria2c
.\" Author: .\" Author:
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
.\" Date: 07/12/2008 .\" Date: 07/16/2008
.\" Manual: .\" Manual:
.\" Source: .\" Source:
.\" .\"
.TH "ARIA2C" "1" "07/12/2008" "" "" .TH "ARIA2C" "1" "07/16/2008" "" ""
.\" disable hyphenation .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" 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 .PP
\fB\-\-load\-cookies\fR=FILE \fB\-\-load\-cookies\fR=FILE
.RS 4 .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 .RE
.PP .PP
\fB\-U\fR, \fB\-\-user\-agent\fR=USER_AGENT \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> </dt>
<dd> <dd>
<p> <p>
Load cookies from FILE. Load Cookies from FILE using the Mozilla/Firefox(1.x/2.x) and Netscape format.
The format of FILE is the same used by Netscape and Mozilla.
</p> </p>
</dd> </dd>
<dt> <dt>
@ -1622,7 +1621,7 @@ files in the program, then also delete it here.</p></div>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2008-07-12 22:50:00 JST Last updated 2008-07-16 23:43:20 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -144,8 +144,7 @@ HTTP Specific Options
aria2c *--header*="X-A: b78" *--header*="X-B: 9J1" http://host/file aria2c *--header*="X-A: b78" *--header*="X-B: 9J1" http://host/file
*--load-cookies*=FILE:: *--load-cookies*=FILE::
Load cookies from FILE. Load Cookies from FILE using the Mozilla/Firefox(1.x/2.x) and Netscape format.
The format of FILE is the same used by Netscape and Mozilla.
*-U*, *--user-agent*=USER_AGENT:: *-U*, *--user-agent*=USER_AGENT::
Set user agent for HTTP(S) downloads. 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"\ _(" -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. The format of FILE is\n"\ _(" --load-cookies=FILE Load Cookies from FILE using the Mozilla/Firefox\n"\
" the same used by Netscape and Mozilla.") " (1.x/2.x) and 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"\