Removed peer-id-prefix option from -i list. * doc/aria2c.1.txt * src/download_helper.cc
@@ -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
@@ -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
@@ -2205,11 +2205,6 @@ max-upload-limit
</li>
<li>
<p>
-peer-id-prefix
-</p>
-</li>
-<li>
-<p>
seed-ratio
</p>
@@ -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
</body>
@@ -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
@@ -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,