Updated man page

This commit is contained in:
Tatsuhiro Tsujikawa 2012-03-25 00:51:46 +09:00
parent 2b3469dad9
commit 9669bafb7f

View File

@ -2776,8 +2776,10 @@ Description
+++++++++++ +++++++++++
This method returns options of the download denoted by 'gid'. The This method returns options of the download denoted by 'gid'. The
response is of type struct. Its key is the name of option. The value type response is of type struct. Its key is the name of option. The value
is string. type is string. Note that this method does not return options which
have no default value and have not been set by the command-line
options, configuration files or RPC methods.
JSON-RPC Example JSON-RPC Example
++++++++++++++++ ++++++++++++++++
@ -2885,9 +2887,11 @@ Description
This method returns global options. The response is of type This method returns global options. The response is of type
struct. Its key is the name of option. The value type is string. struct. Its key is the name of option. The value type is string.
Because global options are used as a template for the options of newly Note that this method does not return options which have no default
added download, the response contains keys returned by value and have not been set by the command-line options, configuration
*<<aria2_rpc_aria2_getOption, aria2.getOption>>* method. files or RPC methods. Because global options are used as a template
for the options of newly added download, the response contains keys
returned by *<<aria2_rpc_aria2_getOption, aria2.getOption>>* method.
[[aria2_rpc_aria2_changeGlobalOption]] [[aria2_rpc_aria2_changeGlobalOption]]
*aria2.changeGlobalOption* ('options') *aria2.changeGlobalOption* ('options')