QMP: Fix blockdev-snapshot-sync doc example

Fix wrong command name.

Reported-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
Luiz Capitulino 2011-10-10 17:30:08 -03:00
parent cfce6d8934
commit 7f3850c262
1 changed files with 4 additions and 4 deletions

View 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