]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-img.texi: Be specific about JSON object types
authorMax Reitz <mreitz@redhat.com>
Wed, 15 May 2019 07:59:16 +0000 (09:59 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 20 May 2019 15:08:57 +0000 (17:08 +0200)
commit987402c5c2c777cf3a1faf26f9a5a82f587bd3a4
tree75c912df86d33ed5e390b41df71614ad7fa20202
parent2fab30c80b33cdc6157c7efe6207e54b6835cf92
qemu-img.texi: Be specific about JSON object types

Just writing that --output=json outputs JSON information does not really
help; we should also make a note of what QAPI type the result object
has.  (The map subcommand does not emit a QAPI-typed object, but its
section already describes the object structure well enough.)

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qemu-img.texi