Browse Source

2007-11-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

	Updated usage
	* src/version_usage.cc
Tatsuhiro Tsujikawa 18 years ago
parent
commit
5f5ef0004f
2 changed files with 9 additions and 4 deletions
  1. 5 0
      ChangeLog
  2. 4 4
      src/version_usage.cc

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2007-11-22  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
+
+	Updated usage
+	* src/version_usage.cc
+
 2007-11-22  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
 
 	Trim announce URL

+ 4 - 4
src/version_usage.cc

@@ -243,10 +243,10 @@ void showUsage() {
 	    "                              mentioned in .torrent file.\n"
 	    "                              Default: true") << endl;
   cout << _(" --listen-port=PORT...        Set TCP port number for BitTorrent downloads.\n"
-	    "                              Multiple values can be specified by using ',',\n"
-	    "                              for example: \"6881,6885\".\n"
-	    "                              You can also use '-' to specify a range: \"6881-6999\".\n"
-	    "                              ',' and '-' can be used together.\n"
+	    "                              Multiple ports can be specified by using ',',\n"
+	    "                              for example: \"6881,6885\". You can also use '-'\n"
+	    "                              to specify a range: \"6881-6999\". ',' and '-' can\n"
+	    "                              be used together.\n"
 	    "                              Default: 6881-6999") << endl;
   cout << _(" --max-upload-limit=SPEED     Set max upload speed in bytes per sec.\n"
 	    "                              0 means unrestricted.\n"