Browse Source

2008-02-19 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

	Updated text.
	* src/usage_text.h
Tatsuhiro Tsujikawa 17 years ago
parent
commit
c87b6b2984
2 changed files with 9 additions and 3 deletions
  1. 5 0
      ChangeLog
  2. 4 3
      src/usage_text.h

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2008-02-19  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
+
+	Updated text.
+	* src/usage_text.h
+
 2008-02-19  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
 
 	* src/MSEHandshake.cc (encryptAndSendData): Use std::min().

+ 4 - 3
src/usage_text.h

@@ -255,7 +255,7 @@ _(" --peer-id-prefix=PEERI_ID_PREFIX Specify the prefix of peer ID. The peer ID
   "                              added to make it's length 20 bytes.\n"\
   "                              Default: -aria2-")
 #define TEXT_ENABLE_PEER_EXCHANGE \
-_(" --enable-peer-exchange[=true|false] Enable peer exchange extension.")
+_(" --enable-peer-exchange[=true|false] Enable Peer Exchange extension.")
 #define TEXT_ENABLE_DHT \
 _(" --enable-dht[=true|false]    Enable DHT functionality.")
 #define TEXT_DHT_LISTEN_PORT \
@@ -271,11 +271,12 @@ _(" --dht-entry-point=HOST:PORT  Set host and port as an entry point to DHT\n"\
 _(" --bt-min-crypto-level=plain|arc4 Set minimum level of encryption method.\n"\
   "                              If several encryption methods are provided by a\n"\
   "                              peer, aria2 chooses a lowest one which satisfies\n"\
-  "                              given level.")
+  "                              the given level.")
 #define TEXT_BT_REQUIRE_CRYPTO \
 _(" --bt-require-crypto=true|false If true is given, aria2 doesn't accept and\n"\
   "                              establish connection with legacy BitTorrent\n"\
-  "                              handshake. Thus always use Obfuscation handshake.")
+  "                              handshake. Thus aria2 always uses Obfuscation\n"\
+  "                              handshake.")
 #define TEXT_METALINK_FILE \
 _(" -M, --metalink-file=METALINK_FILE The file path to the .metalink file.")
 #define TEXT_METALINK_SERVERS \