ソースを参照

Updated man page

Tatsuhiro Tsujikawa 13 年 前
コミット
9669bafb7f
1 ファイル変更9 行追加5 行削除
  1. 9 5
      doc/aria2c.1.asciidoc

+ 9 - 5
doc/aria2c.1.asciidoc

@@ -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
-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
 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
-added download, the response contains keys returned by
-*<<aria2_rpc_aria2_getOption, aria2.getOption>>* 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 *<<aria2_rpc_aria2_getOption, aria2.getOption>>* method.
 
 
 [[aria2_rpc_aria2_changeGlobalOption]]
 [[aria2_rpc_aria2_changeGlobalOption]]
 *aria2.changeGlobalOption* ('options')
 *aria2.changeGlobalOption* ('options')