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