mirror of https://github.com/aria2/aria2
2009-09-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added missing help message for remove command. * doc/xmlrpc/aria2rpcpull/1/head
parent
e54994d0a0
commit
ca96fb4946
|
@ -1,3 +1,8 @@
|
|||
2009-09-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Added missing help message for remove command.
|
||||
* doc/xmlrpc/aria2rpc
|
||||
|
||||
2009-09-24 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Generated configure and config.h.in
|
||||
|
|
|
@ -173,6 +173,7 @@ OptionParser.new do |opt|
|
|||
Usage: #{program_name} addUri URI... [options]
|
||||
#{program_name} addTorrent /path/to/torrent_file URI... [options]
|
||||
#{program_name} addMetalink /path/to/metalink_file [options]
|
||||
#{program_name} remove GID [options]
|
||||
#{program_name} tellStatus GID [options]
|
||||
#{program_name} tellActive [options]
|
||||
#{program_name} tellWaiting [options]
|
||||
|
|
Loading…
Reference in New Issue