Added --log option to aria2rpc

pull/1/head
Tatsuhiro Tsujikawa 2011-07-13 22:53:21 +09:00
parent 5703835784
commit ee1223210d
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ OptionParser.new do |opt|
opt.on("--max-overall-download-limit LIMIT"){|val| options["max-overall-download-limit"]=val}
opt.on("--max-overall-upload-limit LIMIT"){|val| options["max-overall-upload-limit"]=val}
opt.on("-j","--max-concurrent-downloads N"){|val| options["max-concurrent-downloads"]=val}
opt.on("-l","--log FILE"){|val| options["log"]=val}
opt.on("--server SERVER", "hostname of XML-RPC server. Default: localhost"){|val| options["server"]=val }
opt.on("--port PORT", "port of XML-RPC server. Default: 6800"){|val| options["port"]=val }