From 9669bafb7fbc1fdd61dc7fba9068d7b7c605bc25 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 25 Mar 2012 00:51:46 +0900 Subject: [PATCH] Updated man page --- doc/aria2c.1.asciidoc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/aria2c.1.asciidoc b/doc/aria2c.1.asciidoc index 0f7d5995..0cdc5018 100644 --- a/doc/aria2c.1.asciidoc +++ b/doc/aria2c.1.asciidoc @@ -2776,8 +2776,10 @@ Description +++++++++++ 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 -is string. +response is of type struct. Its key is the name of option. The value +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 ++++++++++++++++ @@ -2885,9 +2887,11 @@ Description This method returns global options. The response is of type 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 -added download, the response contains keys returned by -*<>* method. +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. Because global options are used as a template +for the options of newly added download, the response contains keys +returned by *<>* method. [[aria2_rpc_aria2_changeGlobalOption]] *aria2.changeGlobalOption* ('options')