diff --git a/ChangeLog b/ChangeLog index ae8aa9f4..d82d5b0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-05-07 Tatsuhiro Tsujikawa + + 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 Enable HTTP keep-alive by default. diff --git a/doc/aria2c.1 b/doc/aria2c.1 index fd47a35d..aadcdc26 100644 --- a/doc/aria2c.1 +++ b/doc/aria2c.1 @@ -1,11 +1,11 @@ .\" Title: aria2c .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" 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\. diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html index 05237fc2..b194cd9e 100644 --- a/doc/aria2c.1.html +++ b/doc/aria2c.1.html @@ -651,7 +651,7 @@ Note

Enable HTTP/1.1 persistent connection. - Default: false + Default: true

@@ -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: 5 + Default: 1

@@ -1057,6 +1057,25 @@ Note

+—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
@@ -1460,7 +1479,7 @@ files in the program, then also delete it here.

diff --git a/doc/aria2c.1.txt b/doc/aria2c.1.txt index 736b125f..b1976a6a 100644 --- a/doc/aria2c.1.txt +++ b/doc/aria2c.1.txt @@ -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.