mirror of https://github.com/aria2/aria2
Added --log option to aria2rpc
parent
5703835784
commit
ee1223210d
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue