On 2013/8/28 7:13, Eric Blake wrote:
On 08/27/2013 08:12 AM, Kevin Wolf wrote:
Am 13.08.2013 um 06:32 hat Dong Xu Wang geschrieben:
QMP command query-command-line-options shows details information of
parameters, since added def_value_str, also output it in the QMP
command.

v16->v17:
1) add "Since 1.6" tag.
2) rename def_str_value to "default".

+++ b/qapi-schema.json
@@ -3630,12 +3630,16 @@
  #
  # @help: #optional human readable text string, not suitable for parsing.
  #
-# Since 1.5
+# @default: #optional string representation of the default used
+#           if the option is omitted.
+#
+# Since 1.6

The "Since 1.6" belongs to the @default field only. The command as a
whole is still "Since 1.5".

Further, 1.6 is already released, so this should now be:

@default #optional string representation of the default used if
          the option is omitted (since 1.7).
Okay, the description is precise. Thanks :)



Reply via email to