mirror of https://github.com/aria2/aria2
2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed typo * doc/aria2.1.txt * src/usage_text.hpull/1/head
parent
5c0380b073
commit
dd3a3434be
|
@ -1,3 +1,9 @@
|
||||||
|
2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Fixed typo
|
||||||
|
* doc/aria2.1.txt
|
||||||
|
* src/usage_text.h
|
||||||
|
|
||||||
2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Documented --bt-stop-timeout option in man page.
|
Documented --bt-stop-timeout option in man page.
|
||||||
|
|
|
@ -677,7 +677,7 @@ option\&. Default:
|
||||||
\fI0\fR
|
\fI0\fR
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-peer\-id\-prefix\fR=PEERI_ID_PREFIX
|
\fB\-\-peer\-id\-prefix\fR=PEER_ID_PREFIX
|
||||||
.RS 4
|
.RS 4
|
||||||
Specify the prefix of peer ID\&. The peer ID in BitTorrent is 20 byte length\&. If more than 20 bytes are specified, only first 20 bytes are used\&. If less than 20 bytes are specified, the random alphabet characters are added to make it\(cqs length 20 bytes\&. Default:
|
Specify the prefix of peer ID\&. The peer ID in BitTorrent is 20 byte length\&. If more than 20 bytes are specified, only first 20 bytes are used\&. If less than 20 bytes are specified, the random alphabet characters are added to make it\(cqs length 20 bytes\&. Default:
|
||||||
\fI\-aria2\-\fR
|
\fI\-aria2\-\fR
|
||||||
|
|
|
@ -1252,7 +1252,7 @@ writes the piece to the appropriate files.</td>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="hdlist1">
|
<dt class="hdlist1">
|
||||||
<strong>--peer-id-prefix</strong>=PEERI_ID_PREFIX
|
<strong>--peer-id-prefix</strong>=PEER_ID_PREFIX
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
|
@ -3188,7 +3188,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-05 14:28:33 JST
|
Last updated 2009-07-05 14:31:37 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -455,7 +455,7 @@ Make sure that the specified ports are open for incoming TCP traffic.
|
||||||
To limit the overall upload speed, use *--max-overall-upload-limit* option.
|
To limit the overall upload speed, use *--max-overall-upload-limit* option.
|
||||||
Default: '0'
|
Default: '0'
|
||||||
|
|
||||||
*--peer-id-prefix*=PEERI_ID_PREFIX::
|
*--peer-id-prefix*=PEER_ID_PREFIX::
|
||||||
Specify the prefix of peer ID. The peer ID in BitTorrent is 20 byte length.
|
Specify the prefix of peer ID. The peer ID in BitTorrent is 20 byte length.
|
||||||
If more than 20 bytes are specified, only first 20 bytes are used.
|
If more than 20 bytes are specified, only first 20 bytes are used.
|
||||||
If less than 20 bytes are specified, the random alphabet characters are
|
If less than 20 bytes are specified, the random alphabet characters are
|
||||||
|
|
|
@ -282,7 +282,7 @@ _(" --seed-ratio=RATIO Specify share ratio. Seed completed torrents\n"
|
||||||
" this option, seeding ends when at least one of\n"\
|
" this option, seeding ends when at least one of\n"\
|
||||||
" the conditions is satisfied.")
|
" the conditions is satisfied.")
|
||||||
#define TEXT_PEER_ID_PREFIX \
|
#define TEXT_PEER_ID_PREFIX \
|
||||||
_(" --peer-id-prefix=PEERI_ID_PREFIX Specify the prefix of peer ID. The peer ID in\n"\
|
_(" --peer-id-prefix=PEER_ID_PREFIX Specify the prefix of peer ID. The peer ID in\n"\
|
||||||
" BitTorrent is 20 byte length. If more than 20\n"\
|
" BitTorrent is 20 byte length. If more than 20\n"\
|
||||||
" bytes are specified, only first 20\n"\
|
" bytes are specified, only first 20\n"\
|
||||||
" bytes are used. If less than 20 bytes are\n"\
|
" bytes are used. If less than 20 bytes are\n"\
|
||||||
|
|
Loading…
Reference in New Issue