mirror of https://github.com/aria2/aria2
2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed typo * src/usage_text.h * doc/aria2c.1.txtpull/1/head
parent
a3193d80f5
commit
9c62df8038
|
@ -1,3 +1,9 @@
|
||||||
|
2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Fixed typo
|
||||||
|
* src/usage_text.h
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Documented 'errorCode' of tellStatus in man page.
|
Documented 'errorCode' of tellStatus in man page.
|
||||||
|
|
|
@ -538,7 +538,7 @@ Seed previously downloaded files without verifying piece hashes\&. Default:
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-bt\-stop\-timeout\fR=SEC
|
\fB\-\-bt\-stop\-timeout\fR=SEC
|
||||||
.RS 4
|
.RS 4
|
||||||
Stop BitTorrent download if download speed is 0 in consecutive NUM seconds\&. If
|
Stop BitTorrent download if download speed is 0 in consecutive SEC seconds\&. If
|
||||||
\fI0\fR
|
\fI0\fR
|
||||||
is given, this feature is disabled\&. Default:
|
is given, this feature is disabled\&. Default:
|
||||||
\fI0\fR
|
\fI0\fR
|
||||||
|
|
|
@ -1103,7 +1103,7 @@ writes the piece to the appropriate files.</td>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
Stop BitTorrent download if download speed is 0 in consecutive NUM
|
Stop BitTorrent download if download speed is 0 in consecutive SEC
|
||||||
seconds. If <em>0</em> is given, this feature is disabled. Default: <em>0</em>
|
seconds. If <em>0</em> is given, this feature is disabled. Default: <em>0</em>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
|
@ -3226,7 +3226,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 2009-07-15 21:38:56 JST
|
Last updated 2009-07-15 22:09:11 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -379,7 +379,7 @@ BitTorrent Specific Options
|
||||||
|
|
||||||
*--bt-stop-timeout*=SEC::
|
*--bt-stop-timeout*=SEC::
|
||||||
|
|
||||||
Stop BitTorrent download if download speed is 0 in consecutive NUM
|
Stop BitTorrent download if download speed is 0 in consecutive SEC
|
||||||
seconds. If '0' is given, this feature is disabled. Default: '0'
|
seconds. If '0' is given, this feature is disabled. Default: '0'
|
||||||
|
|
||||||
*--bt-tracker-interval*=SEC::
|
*--bt-tracker-interval*=SEC::
|
||||||
|
|
|
@ -560,5 +560,5 @@ _(" --on-download-stop=COMMAND Set the command to be executed when download\n"
|
||||||
" requirement of COMMAND.")
|
" requirement of COMMAND.")
|
||||||
#define TEXT_BT_STOP_TIMEOUT \
|
#define TEXT_BT_STOP_TIMEOUT \
|
||||||
_(" --bt-stop-timeout=SEC Stop BitTorrent download if download speed is 0 in\n"\
|
_(" --bt-stop-timeout=SEC Stop BitTorrent download if download speed is 0 in\n"\
|
||||||
" consecutive NUM seconds. If 0 is given, this\n"\
|
" consecutive SEC seconds. If 0 is given, this\n"\
|
||||||
" feature is disabled.")
|
" feature is disabled.")
|
||||||
|
|
Loading…
Reference in New Issue