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>
|
||||
|
||||
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
|
||||
.SS "BitTorrent Specific Options"
|
||||
.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
|
||||
.RS 4
|
||||
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>
|
||||
<div class="vlist"><dl>
|
||||
<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
|
||||
</dt>
|
||||
<dd>
|
||||
|
@ -2152,7 +2164,7 @@ files in the program, then also delete it here.</p></div>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2009-01-19 22:45:44 JST
|
||||
Last updated 2009-01-19 22:55:07 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -296,6 +296,13 @@ writes the piece to the appropriate files.
|
|||
|
||||
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::
|
||||
Specify maximum number of files to open in each BitTorrent download.
|
||||
Default: '100'
|
||||
|
|
Loading…
Reference in New Issue