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

Updated usage
	* src/version_usage.cc
pull/1/head
Tatsuhiro Tsujikawa 2007-11-23 08:23:38 +00:00
parent 194f45a3c3
commit 5f5ef0004f
2 changed files with 9 additions and 4 deletions

View File

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

View File

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