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>
|
||||
|
||||
Documented --bt-stop-timeout option in man page.
|
||||
|
|
|
@ -677,7 +677,7 @@ option\&. Default:
|
|||
\fI0\fR
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-peer\-id\-prefix\fR=PEERI_ID_PREFIX
|
||||
\fB\-\-peer\-id\-prefix\fR=PEER_ID_PREFIX
|
||||
.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:
|
||||
\fI\-aria2\-\fR
|
||||
|
|
|
@ -1252,7 +1252,7 @@ writes the piece to the appropriate files.</td>
|
|||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
<strong>--peer-id-prefix</strong>=PEERI_ID_PREFIX
|
||||
<strong>--peer-id-prefix</strong>=PEER_ID_PREFIX
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
|
@ -3188,7 +3188,7 @@ files in the program, then also delete it here.</p></div>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2009-07-05 14:28:33 JST
|
||||
Last updated 2009-07-05 14:31:37 JST
|
||||
</div>
|
||||
</div>
|
||||
</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.
|
||||
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.
|
||||
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
|
||||
|
|
|
@ -282,7 +282,7 @@ _(" --seed-ratio=RATIO Specify share ratio. Seed completed torrents\n"
|
|||
" this option, seeding ends when at least one of\n"\
|
||||
" the conditions is satisfied.")
|
||||
#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"\
|
||||
" bytes are specified, only first 20\n"\
|
||||
" bytes are used. If less than 20 bytes are\n"\
|
||||
|
|
Loading…
Reference in New Issue