Commit cc94712b authored by Eric Blake's avatar Eric Blake Committed by Kevin Wolf
Browse files

qapi: fix documentation example



The QMP wire format uses "", not '', around strings.

* docs/qapi-code-gen.txt: Fix typo.

Signed-off-by: default avatarEric Blake <eblake@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent fc8ead74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ This example allows using both of the following example objects:
 { "file": "my_existing_block_device_id" }
 { "file": { "driver": "file",
             "readonly": false,
             'filename': "/tmp/mydisk.qcow2" } }
             "filename": "/tmp/mydisk.qcow2" } }


=== Commands ===