Ver Fonte

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
Tatsuhiro Tsujikawa há 16 anos atrás
pai
commit
6388bb52fb
5 ficheiros alterados com 7 adições e 19 exclusões
  1. 6 0
      ChangeLog
  2. 0 11
      doc/aria2c.1
  3. 1 6
      doc/aria2c.1.html
  4. 0 1
      doc/aria2c.1.txt
  5. 0 1
      src/download_helper.cc

+ 6 - 0
ChangeLog

@@ -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

+ 0 - 11
doc/aria2c.1

@@ -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

+ 1 - 6
doc/aria2c.1.html

@@ -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>

+ 0 - 1
doc/aria2c.1.txt

@@ -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

+ 0 - 1
src/download_helper.cc

@@ -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,