mirror of https://github.com/aria2/aria2
2009-12-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented --bt-save-metadata option in man page. * doc/aria2c.1.txtpull/1/head
parent
9f5ad4dc00
commit
0d6fdba0d6
|
@ -1,3 +1,8 @@
|
||||||
|
2009-12-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Documented --bt-save-metadata option in man page.
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2009-12-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-12-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Fixed usage of --bt-save-metadata option.
|
Fixed usage of --bt-save-metadata option.
|
||||||
|
|
10
doc/aria2c.1
10
doc/aria2c.1
|
@ -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/26/2009
|
.\" Date: 12/27/2009
|
||||||
.\" Manual: Aria2 Manual
|
.\" Manual: Aria2 Manual
|
||||||
.\" Source: Aria2
|
.\" Source: Aria2
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "ARIA2C" "1" "12/26/2009" "Aria2" "Aria2 Manual"
|
.TH "ARIA2C" "1" "12/27/2009" "Aria2" "Aria2 Manual"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
@ -541,6 +541,12 @@ or
|
||||||
\fI50K\fR
|
\fI50K\fR
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
\fB\-\-bt\-save\-metadata\fR[=\fItrue\fR|\fIfalse\fR]
|
||||||
|
.RS 4
|
||||||
|
Save metadata as \&.torrent file\&. This option has effect only when BitTorrent Magnet URI is used\&. The filename is hex encoded info hash with suffix \&.torrent\&. The directory to be saved is the same directory where download file is saved\&. If the same file already exists, metadata is not saved\&. Default:
|
||||||
|
\fIfalse\fR
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
\fB\-\-bt\-seed\-unverified\fR[=\fItrue\fR|\fIfalse\fR]
|
\fB\-\-bt\-seed\-unverified\fR[=\fItrue\fR|\fIfalse\fR]
|
||||||
.RS 4
|
.RS 4
|
||||||
Seed previously downloaded files without verifying piece hashes\&. Default:
|
Seed previously downloaded files without verifying piece hashes\&. Default:
|
||||||
|
|
|
@ -1251,6 +1251,18 @@ writes the piece to the appropriate files.</td>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="hdlist1">
|
<dt class="hdlist1">
|
||||||
|
<strong>--bt-save-metadata</strong>[=<em>true</em>|<em>false</em>]
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
Save metadata as .torrent file. This option has effect only when
|
||||||
|
BitTorrent Magnet URI is used. The filename is hex encoded info
|
||||||
|
hash with suffix .torrent. The directory to be saved is the same
|
||||||
|
directory where download file is saved. If the same file already
|
||||||
|
exists, metadata is not saved. Default: <em>false</em>
|
||||||
|
</p>
|
||||||
|
</dd>
|
||||||
|
<dt class="hdlist1">
|
||||||
<strong>--bt-seed-unverified</strong>[=<em>true</em>|<em>false</em>]
|
<strong>--bt-seed-unverified</strong>[=<em>true</em>|<em>false</em>]
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
@ -3528,7 +3540,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-26 23:34:30 JST
|
Last updated 2009-12-27 14:37:51 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -380,6 +380,14 @@ BitTorrent Specific Options
|
||||||
You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
|
You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
|
||||||
Default: '50K'
|
Default: '50K'
|
||||||
|
|
||||||
|
*--bt-save-metadata*[='true'|'false']::
|
||||||
|
|
||||||
|
Save metadata as .torrent file. This option has effect only when
|
||||||
|
BitTorrent Magnet URI is used. The filename is hex encoded info
|
||||||
|
hash with suffix .torrent. The directory to be saved is the same
|
||||||
|
directory where download file is saved. If the same file already
|
||||||
|
exists, metadata is not saved. Default: 'false'
|
||||||
|
|
||||||
*--bt-seed-unverified*[='true'|'false']::
|
*--bt-seed-unverified*[='true'|'false']::
|
||||||
Seed previously downloaded files without verifying piece hashes.
|
Seed previously downloaded files without verifying piece hashes.
|
||||||
Default: 'false'
|
Default: 'false'
|
||||||
|
|
Loading…
Reference in New Issue