summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--qmp-commands.hx6
1 files changed, 2 insertions, 4 deletions
diff --git a/qmp-commands.hx b/qmp-commands.hx
index f90efe590c..bbb21f3583 100644
--- a/qmp-commands.hx
+++ b/qmp-commands.hx
@@ -2601,10 +2601,8 @@ Arguments:
 Example:
 
 -> { "execute": "query-migrate-capabilities" }
-<- { "return": {
-        "capabilities" :  [ { "capability" : "xbzrle", "state" : false } ]
-     }
-   }
+<- { "return": [ { "state": false, "capability": "xbzrle" } ] }
+
 EQMP
 
     {