2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Removed peer-id-prefix option from -i list.
	* doc/aria2c.1.txt
	* src/download_helper.cc
pull/1/head
Tatsuhiro Tsujikawa 2009-07-05 05:37:06 +00:00
parent e0d6a8a5fd
commit 6388bb52fb
5 changed files with 7 additions and 19 deletions

View File

@ -1,3 +1,9 @@
2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed peer-id-prefix option from -i list.
* doc/aria2c.1.txt
* src/download_helper.cc
2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed typo

View File

@ -1766,17 +1766,6 @@ max\-upload\-limit
.sp -1
.IP \(bu 2.3
.\}
peer\-id\-prefix
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
seed\-ratio
.RE
.sp

View File

@ -2205,11 +2205,6 @@ max-upload-limit
</li>
<li>
<p>
peer-id-prefix
</p>
</li>
<li>
<p>
seed-ratio
</p>
</li>
@ -3188,7 +3183,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:31:37 JST
Last updated 2009-07-05 14:34:41 JST
</div>
</div>
</body>

View File

@ -939,7 +939,6 @@ of URIs. These optional lines must start with white space(s).
* follow-torrent
* index-out
* max-upload-limit
* peer-id-prefix
* seed-ratio
* seed-time
* follow-metalink

View File

@ -118,7 +118,6 @@ const std::vector<std::string>& listRequestOptions()
PREF_FOLLOW_TORRENT,
PREF_INDEX_OUT,
PREF_MAX_UPLOAD_LIMIT,
PREF_PEER_ID_PREFIX,
PREF_SEED_RATIO,
PREF_SEED_TIME,
PREF_FOLLOW_METALINK,