Skip to content

Commit

Permalink
qapi: fix documentation example
Browse files Browse the repository at this point in the history
The QMP wire format uses "", not '', around strings.

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

Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
ebblake authored and Michael Tokarev committed Oct 26, 2013
1 parent eb02dc0 commit 63922c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/qapi-code-gen.txt
Expand Up @@ -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 ===
Expand Down

0 comments on commit 63922c6

Please sign in to comment.