This was missing in the patch that added the argument.

Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
---
 qmp-commands.hx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qmp-commands.hx b/qmp-commands.hx
index 9447871..a5accc9 100644
--- a/qmp-commands.hx
+++ b/qmp-commands.hx
@@ -762,7 +762,7 @@ EQMP
 
     {
         .name       = "blockdev-snapshot-sync",
-        .args_type  = "device:B,snapshot-file:s,format:s?",
+        .args_type  = "device:B,snapshot-file:s,format:s,mode:s?",
         .mhandler.cmd_new = qmp_marshal_input_blockdev_snapshot_sync,
     },
 
-- 
1.7.9.3



Reply via email to