mirror of https://github.com/aria2/aria2
2009-12-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated help message for --bt-prioritize-piece. Some cosmetic changes. * doc/aria2c.1.txtpull/1/head
parent
a41b927a57
commit
6cdfeb43d3
|
@ -1,3 +1,9 @@
|
||||||
|
2009-12-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Updated help message for --bt-prioritize-piece. Some cosmetic
|
||||||
|
changes.
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2009-12-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-12-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Set default value for SIZE in --bt-prioritize-piece to 1MiB.
|
Set default value for SIZE in --bt-prioritize-piece to 1MiB.
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
.\" Title: aria2c
|
.\" Title: aria2c
|
||||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||||
.\" Date: 12/05/2009
|
.\" Date: 12/06/2009
|
||||||
.\" Manual: Aria2 Manual
|
.\" Manual: Aria2 Manual
|
||||||
.\" Source: Aria2
|
.\" Source: Aria2
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "ARIA2C" "1" "12/05/2009" "Aria2" "Aria2 Manual"
|
.TH "ARIA2C" "1" "12/06/2009" "Aria2" "Aria2 Manual"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * set default formatting
|
.\" * set default formatting
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
@ -514,7 +514,7 @@ and
|
||||||
\fItail\fR=SIZE means the range of last SIZE bytes of each file\&. SIZE can include
|
\fItail\fR=SIZE means the range of last SIZE bytes of each file\&. SIZE can include
|
||||||
\fIK\fR
|
\fIK\fR
|
||||||
or
|
or
|
||||||
\fIM\fR(1K = 1024, 1M = 1024K)\&.
|
\fIM\fR(1K = 1024, 1M = 1024K)\&. If SIZE is omitted, SIZE=1M is used\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-bt\-require\-crypto\fR=\fItrue\fR|\fIfalse\fR
|
\fB\-\-bt\-require\-crypto\fR=\fItrue\fR|\fIfalse\fR
|
||||||
|
@ -1105,7 +1105,7 @@ The options that have its argument surrounded by square brackets([]) take an opt
|
||||||
.sp
|
.sp
|
||||||
You can specify multiple URLs in command\-line\&. Unless you specify \fB\-Z\fR option, all URLs must point to the same file or downloading will fail\&.
|
You can specify multiple URLs in command\-line\&. Unless you specify \fB\-Z\fR option, all URLs must point to the same file or downloading will fail\&.
|
||||||
.sp
|
.sp
|
||||||
You can specify arbitrary number of BitTorrent Magnet URI\&. Please note that they are always treated as a separate download\&. Both hex encoded 40 characters Info Hash and Base32 encoded 32 characters Info Hash are supported\&. The multiple "tr" paramters are supported\&. Because BitTorrent Magnet URI is likely to contain "&" character, it is highly recommended to always quote URI with single(\') or double(") quotation\&. Enabling DHT is strongly recommended especially when "tr" parameter is missing\&. See http://www\&.bittorrent\&.org/beps/bep_0009\&.html for more details about BitTorrent Magnet URI\&.
|
You can specify arbitrary number of BitTorrent Magnet URI\&. Please note that they are always treated as a separate download\&. Both hex encoded 40 characters Info Hash and Base32 encoded 32 characters Info Hash are supported\&. The multiple "tr" paramters are supported\&. Because BitTorrent Magnet URI is likely to contain "&" character, it is highly recommended to always quote URI with single(\') or double(") quotation\&. It is strongly recommended to enable DHT especially when "tr" parameter is missing\&. See http://www\&.bittorrent\&.org/beps/bep_0009\&.html for more details about BitTorrent Magnet URI\&.
|
||||||
.sp
|
.sp
|
||||||
You can also specify arbitrary number of torrent files and metalink files stored on a local drive\&. Please note that they are always treated as a separate download\&.
|
You can also specify arbitrary number of torrent files and metalink files stored on a local drive\&. Please note that they are always treated as a separate download\&.
|
||||||
.sp
|
.sp
|
||||||
|
|
|
@ -1217,13 +1217,13 @@ writes the piece to the appropriate files.</td>
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
Try to download first and last pieces of each file first. This is
|
Try to download first and last pieces of each file first. This is
|
||||||
useful for previewing files. The argument can contain 2
|
useful for previewing files. The argument can contain 2 keywords:
|
||||||
keywords: <em>head</em> and <em>tail</em>. To include both keywords, they must be
|
<em>head</em> and <em>tail</em>. To include both keywords, they must be separated
|
||||||
separated by comma. These keywords can take one parameter, SIZE. For
|
by comma. These keywords can take one parameter, SIZE. For example,
|
||||||
example, if <em>head</em>=SIZE is specified, pieces in the range of first
|
if <em>head</em>=SIZE is specified, pieces in the range of first SIZE bytes
|
||||||
SIZE bytes of each file get higher priority. <em>tail</em>=SIZE means the
|
of each file get higher priority. <em>tail</em>=SIZE means the range of
|
||||||
range of last SIZE bytes of each file. SIZE can include <em>K</em> or
|
last SIZE bytes of each file. SIZE can include <em>K</em> or <em>M</em>(1K = 1024,
|
||||||
<em>M</em>(1K = 1024, 1M = 1024K).
|
1M = 1024K). If SIZE is omitted, SIZE=1M is used.
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="hdlist1">
|
<dt class="hdlist1">
|
||||||
|
@ -1956,9 +1956,9 @@ that they are always treated as a separate download. Both hex encoded
|
||||||
supported. The multiple "tr" paramters are supported. Because
|
supported. The multiple "tr" paramters are supported. Because
|
||||||
BitTorrent Magnet URI is likely to contain "&" character, it is highly
|
BitTorrent Magnet URI is likely to contain "&" character, it is highly
|
||||||
recommended to always quote URI with single(') or double(") quotation.
|
recommended to always quote URI with single(') or double(") quotation.
|
||||||
Enabling DHT is strongly recommended especially when "tr" parameter is
|
It is strongly recommended to enable DHT especially when "tr"
|
||||||
missing. See <a href="http://www.bittorrent.org/beps/bep_0009.html">http://www.bittorrent.org/beps/bep_0009.html</a> for more
|
parameter is missing. See <a href="http://www.bittorrent.org/beps/bep_0009.html">http://www.bittorrent.org/beps/bep_0009.html</a>
|
||||||
details about BitTorrent Magnet URI.</p></div>
|
for more details about BitTorrent Magnet URI.</p></div>
|
||||||
<div class="paragraph"><p>You can also specify arbitrary number of torrent files and metalink files
|
<div class="paragraph"><p>You can also specify arbitrary number of torrent files and metalink files
|
||||||
stored on a local drive. Please note that they are always treated as a
|
stored on a local drive. Please note that they are always treated as a
|
||||||
separate download.</p></div>
|
separate download.</p></div>
|
||||||
|
@ -3460,7 +3460,7 @@ files in the program, then also delete it here.</p></div>
|
||||||
<div id="footnotes"><hr /></div>
|
<div id="footnotes"><hr /></div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2009-12-05 18:17:44 JST
|
Last updated 2009-12-06 20:11:29 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -358,13 +358,13 @@ BitTorrent Specific Options
|
||||||
*--bt-prioritize-piece*='head'[=SIZE],'tail'[=SIZE]::
|
*--bt-prioritize-piece*='head'[=SIZE],'tail'[=SIZE]::
|
||||||
|
|
||||||
Try to download first and last pieces of each file first. This is
|
Try to download first and last pieces of each file first. This is
|
||||||
useful for previewing files. The argument can contain 2
|
useful for previewing files. The argument can contain 2 keywords:
|
||||||
keywords: 'head' and 'tail'. To include both keywords, they must be
|
'head' and 'tail'. To include both keywords, they must be separated
|
||||||
separated by comma. These keywords can take one parameter, SIZE. For
|
by comma. These keywords can take one parameter, SIZE. For example,
|
||||||
example, if 'head'=SIZE is specified, pieces in the range of first
|
if 'head'=SIZE is specified, pieces in the range of first SIZE bytes
|
||||||
SIZE bytes of each file get higher priority. 'tail'=SIZE means the
|
of each file get higher priority. 'tail'=SIZE means the range of
|
||||||
range of last SIZE bytes of each file. SIZE can include 'K' or
|
last SIZE bytes of each file. SIZE can include 'K' or 'M'(1K = 1024,
|
||||||
'M'(1K = 1024, 1M = 1024K).
|
1M = 1024K). If SIZE is omitted, SIZE=1M is used.
|
||||||
|
|
||||||
*--bt-require-crypto*='true'|'false'::
|
*--bt-require-crypto*='true'|'false'::
|
||||||
If true is given, aria2 doesn't accept and establish connection with legacy
|
If true is given, aria2 doesn't accept and establish connection with legacy
|
||||||
|
@ -772,9 +772,9 @@ that they are always treated as a separate download. Both hex encoded
|
||||||
supported. The multiple "tr" paramters are supported. Because
|
supported. The multiple "tr" paramters are supported. Because
|
||||||
BitTorrent Magnet URI is likely to contain "&" character, it is highly
|
BitTorrent Magnet URI is likely to contain "&" character, it is highly
|
||||||
recommended to always quote URI with single(') or double(") quotation.
|
recommended to always quote URI with single(') or double(") quotation.
|
||||||
Enabling DHT is strongly recommended especially when "tr" parameter is
|
It is strongly recommended to enable DHT especially when "tr"
|
||||||
missing. See http://www.bittorrent.org/beps/bep_0009.html for more
|
parameter is missing. See http://www.bittorrent.org/beps/bep_0009.html
|
||||||
details about BitTorrent Magnet URI.
|
for more details about BitTorrent Magnet URI.
|
||||||
|
|
||||||
You can also specify arbitrary number of torrent files and metalink files
|
You can also specify arbitrary number of torrent files and metalink files
|
||||||
stored on a local drive. Please note that they are always treated as a
|
stored on a local drive. Please note that they are always treated as a
|
||||||
|
|
Loading…
Reference in New Issue