diff mbox

qmp-commands: Fix typo

Message ID 1430248841-26558-1-git-send-email-jsnow@redhat.com
State New
Headers show

Commit Message

John Snow April 28, 2015, 7:20 p.m. UTC
Just a trivial patch to correct a QMP example in qmp-commands.hx.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 qmp-commands.hx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Eric Blake April 28, 2015, 7:39 p.m. UTC | #1
On 04/28/2015 01:20 PM, John Snow wrote:
> Just a trivial patch to correct a QMP example in qmp-commands.hx.
> 
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  qmp-commands.hx | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Eric Blake <eblake@redhat.com>
Michael Tokarev April 29, 2015, 6:35 a.m. UTC | #2
Applied to trivial, thank you!

/mjt
diff mbox

Patch

diff --git a/qmp-commands.hx b/qmp-commands.hx
index 213508f..d4a837c 100644
--- a/qmp-commands.hx
+++ b/qmp-commands.hx
@@ -2380,7 +2380,7 @@  Example:
                   "virtual-size":2048000,
                   "backing_file":"base.qcow2",
                   "full-backing-filename":"disks/base.qcow2",
-                  "backing-filename-format:"qcow2",
+                  "backing-filename-format":"qcow2",
                   "snapshots":[
                      {
                         "id": "1",
@@ -3847,7 +3847,7 @@  Example:
                       "virtual-size":2048000,
                       "backing_file":"base.qcow2",
                       "full-backing-filename":"disks/base.qcow2",
-                      "backing-filename-format:"qcow2",
+                      "backing-filename-format":"qcow2",
                       "snapshots":[
                          {
                             "id": "1",