Updated man page

pull/1/head
Tatsuhiro Tsujikawa 2007-12-12 14:12:06 +00:00
parent e07ee38ed1
commit e870ab2622
2 changed files with 49 additions and 13 deletions

View File

@ -1,11 +1,11 @@
.\" Title: aria2c .\" Title: aria2c
.\" Author: .\" Author:
.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
.\" Date: 12/10/2007 .\" Date: 12/12/2007
.\" Manual: .\" Manual:
.\" Source: .\" Source:
.\" .\"
.TH "ARIA2C" "1" "12/10/2007" "" "" .TH "ARIA2C" "1" "12/12/2007" "" ""
.\" disable hyphenation .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" disable justification (adjust text to left margin only)
@ -344,7 +344,16 @@ The path to the \.torrent file\.
.PP .PP
\-\-follow\-torrent=\fItrue\fR|\fIfalse\fR|\fImem\fR \-\-follow\-torrent=\fItrue\fR|\fIfalse\fR|\fImem\fR
.RS 4 .RS 4
If true or mem is specified, when a file whose suffix is \.torrent or content type is application/x\-bittorrent is downloaded, aria2 parses it as a torrent file and downloads files mentioned in it\. If mem is specified, a torrent file is not written to the disk, but is just kept in memory\. If false is specified, the action mentioned above is not taken\. Default: true If
\fItrue\fR
or
\fImem\fR
is specified, when a file whose suffix is "\.torrent" or content type is "application/x\-bittorrent" is downloaded, aria2 parses it as a torrent file and downloads files mentioned in it\. If
\fImem\fR
is specified, a torrent file is not written to the disk, but is just kept in memory\. If
\fIfalse\fR
is specified, the action mentioned above is not taken\. Default:
\fItrue\fR
.RE .RE
.PP .PP
\-\-direct\-file\-mapping=\fItrue\fR|\fIfalse\fR \-\-direct\-file\-mapping=\fItrue\fR|\fIfalse\fR
@ -431,9 +440,30 @@ The location of the preferred server\. A comma\-deliminated list of locations is
\fIJP,US\fR\. \fIJP,US\fR\.
.RE .RE
.PP .PP
\-\-metalink\-preferred\-protocol=PROTO
.RS 4
Specify preferred protocol\. The possible values are
\fIhttp\fR,
\fIhttps\fR,
\fIftp\fR
and
\fInone\fR\. Specifiy
\fInone\fR
to disable this feature\. Default:
\fInone\fR
.RE
.PP
\-\-follow\-metalink=\fItrue\fR|\fIfalse\fR|\fImem\fR \-\-follow\-metalink=\fItrue\fR|\fIfalse\fR|\fImem\fR
.RS 4 .RS 4
If true or mem is specified, when a file whose suffix is \.metaink or content type is application/metalink+xml is downloaded, aria2 parses it as a metalink file and downloads files mentioned in it\. If mem is specified, a metalink file is not written to the disk, but is just kept in memory\. If false is specified, the action mentioned above is not taken\. Default: If
\fItrue\fR
or
\fImem\fR
is specified, when a file whose suffix is "\.metaink" or content type is "application/metalink+xml" is downloaded, aria2 parses it as a metalink file and downloads files mentioned in it\. If
\fImem\fR
is specified, a metalink file is not written to the disk, but is just kept in memory\. If
\fIfalse\fR
is specified, the action mentioned above is not taken\. Default:
\fItrue\fR \fItrue\fR
.RE .RE
.PP .PP

View File

@ -249,13 +249,13 @@ OPTIONS
The path to the .torrent file. The path to the .torrent file.
--follow-torrent='true'|'false'|'mem':: --follow-torrent='true'|'false'|'mem'::
If true or mem is specified, when a file whose suffix is .torrent or content If 'true' or 'mem' is specified, when a file whose suffix is ".torrent" or content
type is application/x-bittorrent is downloaded, aria2 parses it as a torrent type is "application/x-bittorrent" is downloaded, aria2 parses it as a torrent
file and downloads files mentioned in it. file and downloads files mentioned in it.
If mem is specified, a torrent file is not written to the disk, but is just If 'mem' is specified, a torrent file is not written to the disk, but is just
kept in memory. kept in memory.
If false is specified, the action mentioned above is not taken. If 'false' is specified, the action mentioned above is not taken.
Default: true Default: 'true'
--direct-file-mapping='true'|'false':: --direct-file-mapping='true'|'false'::
Directly read from and write to each file mentioned in .torrent file. Directly read from and write to each file mentioned in .torrent file.
@ -318,13 +318,19 @@ OPTIONS
The location of the preferred server. The location of the preferred server.
A comma-deliminated list of locations is acceptable, for example, 'JP,US'. A comma-deliminated list of locations is acceptable, for example, 'JP,US'.
--metalink-preferred-protocol=PROTO::
Specify preferred protocol.
The possible values are 'http', 'https', 'ftp' and 'none'.
Specifiy 'none' to disable this feature.
Default: 'none'
--follow-metalink='true'|'false'|'mem':: --follow-metalink='true'|'false'|'mem'::
If true or mem is specified, when a file whose suffix is .metaink or content If 'true' or 'mem' is specified, when a file whose suffix is ".metaink" or content
type is application/metalink+xml is downloaded, aria2 parses it as a metalink type is "application/metalink+xml" is downloaded, aria2 parses it as a metalink
file and downloads files mentioned in it. file and downloads files mentioned in it.
If mem is specified, a metalink file is not written to the disk, but is just If 'mem' is specified, a metalink file is not written to the disk, but is just
kept in memory. kept in memory.
If false is specified, the action mentioned above is not taken. If 'false' is specified, the action mentioned above is not taken.
Default: 'true' Default: 'true'
-v, --version:: -v, --version::