mirror of https://github.com/aria2/aria2
2008-07-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Updated the descriptions for --bt-seed-unverified. * doc/aria2c.1 * doc/aria2c.1.html * doc/aria2c.1.txtpull/1/head
parent
7fc0de4f5b
commit
525bdbc4aa
|
@ -1,3 +1,10 @@
|
|||
2008-07-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Updated the descriptions for --bt-seed-unverified.
|
||||
* doc/aria2c.1
|
||||
* doc/aria2c.1.html
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2008-07-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Renamed --bt-seed option as --bt-seed-unverified so that it makes clear
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
.\" Title: aria2c
|
||||
.\" Author:
|
||||
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
||||
.\" Date: 07/08/2008
|
||||
.\" Date: 07/12/2008
|
||||
.\" Manual:
|
||||
.\" Source:
|
||||
.\"
|
||||
.TH "ARIA2C" "1" "07/08/2008" "" ""
|
||||
.TH "ARIA2C" "1" "07/12/2008" "" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
@ -307,9 +307,9 @@ or
|
|||
\fI51200\fR
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-bt\-seed\fR[=\fItrue\fR|\fIfalse\fR]
|
||||
\fB\-\-bt\-seed\-unverified\fR[=\fItrue\fR|\fIfalse\fR]
|
||||
.RS 4
|
||||
Seed previously downloaded files without validating piece hashes\&. Default:
|
||||
Seed previously downloaded files without verifying piece hashes\&. Default:
|
||||
\fIfalse\fR
|
||||
.RE
|
||||
.PP
|
||||
|
|
|
@ -766,11 +766,11 @@ writes the piece to the appropriate files.</td>
|
|||
</p>
|
||||
</dd>
|
||||
<dt>
|
||||
<strong>—bt-seed</strong>[=<em>true</em>|<em>false</em>]
|
||||
<strong>—bt-seed-unverified</strong>[=<em>true</em>|<em>false</em>]
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Seed previously downloaded files without validating piece hashes.
|
||||
Seed previously downloaded files without verifying piece hashes.
|
||||
Default: <em>false</em>
|
||||
</p>
|
||||
</dd>
|
||||
|
@ -1622,7 +1622,7 @@ files in the program, then also delete it here.</p></div>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2008-07-08 23:09:43 JST
|
||||
Last updated 2008-07-12 22:50:00 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -224,8 +224,8 @@ BitTorrent Specific Options
|
|||
You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
|
||||
Default: '51200'
|
||||
|
||||
*--bt-seed*[='true'|'false']::
|
||||
Seed previously downloaded files without validating piece hashes.
|
||||
*--bt-seed-unverified*[='true'|'false']::
|
||||
Seed previously downloaded files without verifying piece hashes.
|
||||
Default: 'false'
|
||||
|
||||
*--dht-entry-point*=HOST:PORT::
|
||||
|
|
Loading…
Reference in New Issue