mirror of https://github.com/aria2/aria2
2008-05-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Updated man page: --quiet, --header were added. --metalink-servers and --enable-http-keep-alive option were updated. * doc/aria2c.1 * doc/aria2c.1.html * doc/aria2c.1.txtpull/1/head
parent
620de10443
commit
d8f911b581
|
@ -1,3 +1,11 @@
|
|||
2008-05-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Updated man page: --quiet, --header were added.
|
||||
--metalink-servers and --enable-http-keep-alive option were updated.
|
||||
* doc/aria2c.1
|
||||
* doc/aria2c.1.html
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2008-05-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Enable HTTP keep-alive by default.
|
||||
|
|
19
doc/aria2c.1
19
doc/aria2c.1
|
@ -1,11 +1,11 @@
|
|||
.\" Title: aria2c
|
||||
.\" Author:
|
||||
.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
|
||||
.\" Date: 04/15/2008
|
||||
.\" Date: 05/07/2008
|
||||
.\" Manual:
|
||||
.\" Source:
|
||||
.\"
|
||||
.TH "ARIA2C" "1" "04/15/2008" "" ""
|
||||
.TH "ARIA2C" "1" "05/07/2008" "" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
@ -260,7 +260,7 @@ Enable parameterized URI support\. You can specify set of parts:
|
|||
\-\-enable\-http\-keep\-alive[=\fItrue\fR|\fIfalse\fR]
|
||||
.RS 4
|
||||
Enable HTTP/1\.1 persistent connection\. Default:
|
||||
\fIfalse\fR
|
||||
\fItrue\fR
|
||||
.RE
|
||||
.PP
|
||||
\-\-enable\-http\-pipelining[=\fItrue\fR|\fIfalse\fR]
|
||||
|
@ -471,7 +471,7 @@ The file path to \.metalink file\.
|
|||
\-C, \-\-metalink\-servers=NUM_SERVERS
|
||||
.RS 4
|
||||
The number of servers to connect to simultaneously\. Some metalinks regulates the number of servers to connect\. aria2 respects them\. Default:
|
||||
\fI5\fR
|
||||
\fI1\fR
|
||||
.RE
|
||||
.PP
|
||||
\-\-metalink\-version=VERSION
|
||||
|
@ -530,6 +530,17 @@ is given and several protocols are available for a mirror in a metalink file, ar
|
|||
\fItrue\fR
|
||||
.RE
|
||||
.PP
|
||||
\-\-header=HEADER
|
||||
.RS 4
|
||||
Append HEADER to HTTP request header\. You can use this option repeatedly to specify more than one header: aria2c \-\-header="X\-A: b78" \-\-header="X\-B: 9J1" http://host/file
|
||||
.RE
|
||||
.PP
|
||||
\-q, \-\-quiet[=\fItrue\fR|\fIfalse\fR]
|
||||
.RS 4
|
||||
Make aria2 quite (no console output)\. Default:
|
||||
\fIfalse\fR
|
||||
.RE
|
||||
.PP
|
||||
\-v, \-\-version
|
||||
.RS 4
|
||||
Print the version number, copyright and the configuration information and exit\.
|
||||
|
|
|
@ -651,7 +651,7 @@ Note
|
|||
<dd>
|
||||
<p>
|
||||
Enable HTTP/1.1 persistent connection.
|
||||
Default: <em>false</em>
|
||||
Default: <em>true</em>
|
||||
</p>
|
||||
</dd>
|
||||
<dt>
|
||||
|
@ -983,7 +983,7 @@ Note
|
|||
The number of servers to connect to simultaneously.
|
||||
Some metalinks regulates the number of servers to connect.
|
||||
aria2 respects them.
|
||||
Default: <em>5</em>
|
||||
Default: <em>1</em>
|
||||
</p>
|
||||
</dd>
|
||||
<dt>
|
||||
|
@ -1057,6 +1057,25 @@ Note
|
|||
</p>
|
||||
</dd>
|
||||
<dt>
|
||||
—header=HEADER
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Append HEADER to HTTP request header.
|
||||
You can use this option repeatedly to specify more than one header:
|
||||
aria2c —header="X-A: b78" —header="X-B: 9J1" http://host/file
|
||||
</p>
|
||||
</dd>
|
||||
<dt>
|
||||
-q, —quiet[=<em>true</em>|<em>false</em>]
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Make aria2 quite (no console output).
|
||||
Default: <em>false</em>
|
||||
</p>
|
||||
</dd>
|
||||
<dt>
|
||||
-v, —version
|
||||
</dt>
|
||||
<dd>
|
||||
|
@ -1460,7 +1479,7 @@ files in the program, then also delete it here.</p>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 15-Apr-2008 21:31:14 JST
|
||||
Last updated 07-May-2008 00:39:10 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -173,7 +173,7 @@ OPTIONS
|
|||
|
||||
--enable-http-keep-alive[='true'|'false']::
|
||||
Enable HTTP/1.1 persistent connection.
|
||||
Default: 'false'
|
||||
Default: 'true'
|
||||
|
||||
--enable-http-pipelining[='true'|'false']::
|
||||
Enable HTTP/1.1 pipelining.
|
||||
|
@ -339,7 +339,7 @@ OPTIONS
|
|||
The number of servers to connect to simultaneously.
|
||||
Some metalinks regulates the number of servers to connect.
|
||||
aria2 respects them.
|
||||
Default: '5'
|
||||
Default: '1'
|
||||
|
||||
--metalink-version=VERSION::
|
||||
The version of the file to download.
|
||||
|
@ -376,6 +376,15 @@ OPTIONS
|
|||
protocol.
|
||||
Default: 'true'
|
||||
|
||||
--header=HEADER::
|
||||
Append HEADER to HTTP request header.
|
||||
You can use this option repeatedly to specify more than one header:
|
||||
aria2c --header="X-A: b78" --header="X-B: 9J1" http://host/file
|
||||
|
||||
-q, --quiet[='true'|'false']::
|
||||
Make aria2 quite (no console output).
|
||||
Default: 'false'
|
||||
|
||||
-v, --version::
|
||||
Print the version number, copyright and the configuration information and
|
||||
exit.
|
||||
|
|
Loading…
Reference in New Issue