qapi: fix example of query-vnc command

Example output has an extra ',' delimiter in member "websocket" and it
lacks it in "family" member. Fix it.

Problem was noticed when trying to load the example into python's json
library.

Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-3-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
Victor Toso 2022-09-01 10:58:32 +02:00 committed by Markus Armbruster
parent 5d07159d63
commit 5be07b3e54
1 changed files with 2 additions and 2 deletions

View File

@ -667,8 +667,8 @@
# {
# "host":"127.0.0.1",
# "service":"50401",
# "family":"ipv4"
# "websocket":false,
# "family":"ipv4",
# "websocket":false
# }
# ]
# }