mirror of https://github.com/aria2/aria2
2007-11-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Updated usage * src/version_usage.ccpull/1/head
parent
194f45a3c3
commit
5f5ef0004f
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue