2008-12-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Added the description of --use-head option to man page.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2008-12-29 14:11:15 +00:00
parent 2d5a2e7c16
commit 0c47649378
4 changed files with 28 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2008-12-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added the description of --use-head option to man page.
* doc/aria2c.1.txt
2008-12-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2008-12-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Bump up version number to 1.1.2 Bump up version number to 1.1.2

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: 12/17/2008 .\" Date: 12/29/2008
.\" Manual: .\" Manual:
.\" Source: .\" Source:
.\" .\"
.TH "ARIA2C" "1" "12/17/2008" "" "" .TH "ARIA2C" "1" "12/29/2008" "" ""
.\" disable hyphenation .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" disable justification (adjust text to left margin only)
@ -325,6 +325,12 @@ Load Cookies from FILE using the Firefox3 format (SQLite3) and the Mozilla/Firef
Note Note
If aria2 is built without libsqlite3, then it doesn\'t support Firefox3 cookie format\&. If aria2 is built without libsqlite3, then it doesn\'t support Firefox3 cookie format\&.
.PP .PP
\fB\-\-use\-head\fR[=\fItrue\fR|\fIfalse\fR]
.RS 4
Use HEAD method for the first request to the HTTP server\&. Default:
\fItrue\fR
.RE
.PP
\fB\-U\fR, \fB\-\-user\-agent\fR=USER_AGENT \fB\-U\fR, \fB\-\-user\-agent\fR=USER_AGENT
.RS 4 .RS 4
Set user agent for HTTP(S) downloads\&. Set user agent for HTTP(S) downloads\&.

View File

@ -799,6 +799,15 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
</div> </div>
<div class="vlist"><dl> <div class="vlist"><dl>
<dt> <dt>
<strong>--use-head</strong>[=<em>true</em>|<em>false</em>]
</dt>
<dd>
<p>
Use HEAD method for the first request to the HTTP server.
Default: <em>true</em>
</p>
</dd>
<dt>
<strong>-U</strong>, <strong>--user-agent</strong>=USER_AGENT <strong>-U</strong>, <strong>--user-agent</strong>=USER_AGENT
</dt> </dt>
<dd> <dd>
@ -2055,7 +2064,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-12-17 21:07:02 JST Last updated 2008-12-29 23:10:06 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -233,6 +233,11 @@ HTTP Specific Options
[NOTE] [NOTE]
If aria2 is built without libsqlite3, then it doesn't support Firefox3 cookie format. If aria2 is built without libsqlite3, then it doesn't support Firefox3 cookie format.
*--use-head*[='true'|'false']::
Use HEAD method for the first request to the HTTP server.
Default: 'true'
*-U*, *--user-agent*=USER_AGENT:: *-U*, *--user-agent*=USER_AGENT::
Set user agent for HTTP(S) downloads. Set user agent for HTTP(S) downloads.