mirror of https://github.com/aria2/aria2
2010-03-30 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented that specifying --seed-time=0 disables seeding after download completed. * doc/aria2c.1.txtpull/1/head
parent
613e832dac
commit
2c20f588c8
|
@ -1,3 +1,9 @@
|
|||
2010-03-30 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Documented that specifying --seed-time=0 disables seeding after
|
||||
download completed.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2010-03-30 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Code cleanup
|
||||
|
|
20
doc/aria2c.1
20
doc/aria2c.1
|
@ -2,12 +2,12 @@
|
|||
.\" Title: aria2c
|
||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||
.\" Date: 03/28/2010
|
||||
.\" Date: 03/30/2010
|
||||
.\" Manual: Aria2 Manual
|
||||
.\" Source: Aria2 1.9.1a
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "ARIA2C" "1" "03/28/2010" "Aria2 1\&.9\&.1a" "Aria2 Manual"
|
||||
.TH "ARIA2C" "1" "03/30/2010" "Aria2 1\&.9\&.1a" "Aria2 Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -852,6 +852,22 @@ Specify seeding time in minutes\&. Also see the
|
|||
\fB\-\-seed\-ratio\fR
|
||||
option\&.
|
||||
.RE
|
||||
.if n \{\
|
||||
.sp
|
||||
.\}
|
||||
.RS 4
|
||||
.it 1 an-trap
|
||||
.nr an-no-space-flag 1
|
||||
.nr an-break-flag 1
|
||||
.br
|
||||
.ps +1
|
||||
\fBNote\fR
|
||||
.ps -1
|
||||
.br
|
||||
.sp
|
||||
Specifying \fB\-\-seed\-time\fR=\fI0\fR disables seeding after download completed\&.
|
||||
.sp .5v
|
||||
.RE
|
||||
.PP
|
||||
\fB\-T\fR, \fB\-\-torrent\-file\fR=TORRENT_FILE
|
||||
.RS 4
|
||||
|
|
|
@ -1610,6 +1610,16 @@ writes the piece to the appropriate files.</td>
|
|||
Specify seeding time in minutes. Also see the <strong>--seed-ratio</strong> option.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
<div class="admonitionblock">
|
||||
<table><tr>
|
||||
<td class="icon">
|
||||
<div class="title">Note</div>
|
||||
</td>
|
||||
<td class="content">Specifying <strong>--seed-time</strong>=<em>0</em> disables seeding after download completed.</td>
|
||||
</tr></table>
|
||||
</div>
|
||||
<div class="dlist"><dl>
|
||||
<dt class="hdlist1">
|
||||
<strong>-T</strong>, <strong>--torrent-file</strong>=TORRENT_FILE
|
||||
</dt>
|
||||
|
@ -4047,7 +4057,7 @@ files in the program, then also delete it here.</p></div>
|
|||
<div id="footnotes"><hr /></div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2010-03-28 16:34:53 JST
|
||||
Last updated 2010-03-30 21:50:17 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -587,6 +587,10 @@ Make sure that the specified ports are open for incoming TCP traffic.
|
|||
*--seed-time*=MINUTES::
|
||||
Specify seeding time in minutes. Also see the *--seed-ratio* option.
|
||||
|
||||
[NOTE]
|
||||
|
||||
Specifying *--seed-time*='0' disables seeding after download completed.
|
||||
|
||||
*-T*, *--torrent-file*=TORRENT_FILE::
|
||||
|
||||
The path to the .torrent file. You are not required to use this
|
||||
|
|
Loading…
Reference in New Issue