]> git.proxmox.com Git - mirror_qemu.git/commitdiff
QMP: Fix blockdev-snapshot-sync doc example
authorLuiz Capitulino <lcapitulino@redhat.com>
Mon, 10 Oct 2011 20:30:08 +0000 (17:30 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Wed, 19 Oct 2011 12:39:59 +0000 (10:39 -0200)
Fix wrong command name.

Reported-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
qmp-commands.hx

index 9c11e87ddb85dfa09ac8dbae242da705a0f6c8f6..4328e8b86c3656197b394af1f929f534b4a241ea 100644 (file)
@@ -710,10 +710,10 @@ Arguments:
 
 Example:
 
--> { "execute": "blockdev-snapshot", "arguments": { "device": "ide-hd0",
-                                                    "snapshot-file":
-                                                    "/some/place/my-image",
-                                                    "format": "qcow2" } }
+-> { "execute": "blockdev-snapshot-sync", "arguments": { "device": "ide-hd0",
+                                                         "snapshot-file":
+                                                        "/some/place/my-image",
+                                                        "format": "qcow2" } }
 <- { "return": {} }
 
 EQMP