mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 00:53:19 +00:00
Updated man page
This commit is contained in:
parent
2b3469dad9
commit
9669bafb7f
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user