mirror of https://github.com/aria2/aria2
2009-01-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added doc for --bt-hash-check-seed option. * doc/aria2c.1.txtpull/1/head
parent
c38a2491a6
commit
8bd9ca287d
|
@ -1,3 +1,8 @@
|
||||||
|
2009-01-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Added doc for --bt-hash-check-seed option.
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2009-01-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-01-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Documented exit codes.
|
Documented exit codes.
|
||||||
|
|
11
doc/aria2c.1
11
doc/aria2c.1
|
@ -406,6 +406,17 @@ Print file listing of \&.torrent or \&.metalink file and exit\&. In case of \&.t
|
||||||
.RE
|
.RE
|
||||||
.SS "BitTorrent Specific Options"
|
.SS "BitTorrent Specific Options"
|
||||||
.PP
|
.PP
|
||||||
|
\fB\-\-bt\-hash\-check\-seed\fR[=\fItrue\fR|\fIfalse\fR]
|
||||||
|
.RS 4
|
||||||
|
If
|
||||||
|
\fItrue\fR
|
||||||
|
is given, after hash check using
|
||||||
|
\fB\-\-check\-integrity\fR
|
||||||
|
option and file is complete, continue to seed file\&. If you want to check file and download it only when it is damaged or incomplete, set this option to
|
||||||
|
\fIfalse\fR\&. This option has effect only on BitTorrent download\&. Default:
|
||||||
|
\fItrue\fR
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
\fB\-\-bt\-max\-open\-files\fR=NUM
|
\fB\-\-bt\-max\-open\-files\fR=NUM
|
||||||
.RS 4
|
.RS 4
|
||||||
Specify maximum number of files to open in each BitTorrent download\&. Default:
|
Specify maximum number of files to open in each BitTorrent download\&. Default:
|
||||||
|
|
|
@ -926,6 +926,18 @@ writes the piece to the appropriate files.</td>
|
||||||
<h3 id="_bittorrent_specific_options">BitTorrent Specific Options</h3><div style="clear:left"></div>
|
<h3 id="_bittorrent_specific_options">BitTorrent Specific Options</h3><div style="clear:left"></div>
|
||||||
<div class="vlist"><dl>
|
<div class="vlist"><dl>
|
||||||
<dt>
|
<dt>
|
||||||
|
<strong>--bt-hash-check-seed</strong>[=<em>true</em>|<em>false</em>]
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
If <em>true</em> is given, after hash check using <strong>--check-integrity</strong> option and
|
||||||
|
file is complete, continue to seed file. If you want to check file
|
||||||
|
and download it only when it is damaged or incomplete, set this
|
||||||
|
option to <em>false</em>. This option has effect only on BitTorrent download.
|
||||||
|
Default: <em>true</em>
|
||||||
|
</p>
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
<strong>--bt-max-open-files</strong>=NUM
|
<strong>--bt-max-open-files</strong>=NUM
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
@ -2152,7 +2164,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 2009-01-19 22:45:44 JST
|
Last updated 2009-01-19 22:55:07 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -296,6 +296,13 @@ writes the piece to the appropriate files.
|
||||||
|
|
||||||
BitTorrent Specific Options
|
BitTorrent Specific Options
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
*--bt-hash-check-seed*[='true'|'false']::
|
||||||
|
If 'true' is given, after hash check using *--check-integrity* option and
|
||||||
|
file is complete, continue to seed file. If you want to check file
|
||||||
|
and download it only when it is damaged or incomplete, set this
|
||||||
|
option to 'false'. This option has effect only on BitTorrent download.
|
||||||
|
Default: 'true'
|
||||||
|
|
||||||
*--bt-max-open-files*=NUM::
|
*--bt-max-open-files*=NUM::
|
||||||
Specify maximum number of files to open in each BitTorrent download.
|
Specify maximum number of files to open in each BitTorrent download.
|
||||||
Default: '100'
|
Default: '100'
|
||||||
|
|
Loading…
Reference in New Issue