summaryrefslogtreecommitdiffstats
path: root/qemu-img-cmds.hx
diff options
context:
space:
mode:
authorFederico Simoncelli <fsimonce@redhat.com>2013-01-28 06:59:47 -0500
committerKevin Wolf <kwolf@redhat.com>2013-02-22 21:21:08 +0100
commit8599ea4c42c098d2657ed632ad569f7a665706a4 (patch)
tree222e583e7637c55dac0f75e86bf00be64116b092 /qemu-img-cmds.hx
parentc6bb9ad198c2caa9c7c8ba360a07630b5c10e4a8 (diff)
downloadhqemu-8599ea4c42c098d2657ed632ad569f7a665706a4.zip
hqemu-8599ea4c42c098d2657ed632ad569f7a665706a4.tar.gz
qemu-img: add json output option to the check command
This option --output=[human|json] makes qemu-img check output a human or JSON representation at the choice of the user. Signed-off-by: Federico Simoncelli <fsimonce@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qemu-img-cmds.hx')
-rw-r--r--qemu-img-cmds.hx4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx
index a181363..259fc14 100644
--- a/qemu-img-cmds.hx
+++ b/qemu-img-cmds.hx
@@ -10,9 +10,9 @@ STEXI
ETEXI
DEF("check", img_check,
- "check [-f fmt] [-r [leaks | all]] filename")
+ "check [-f fmt] [--output=ofmt] [-r [leaks | all]] filename")
STEXI
-@item check [-f @var{fmt}] [-r [leaks | all]] @var{filename}
+@item check [-f @var{fmt}] [--output=@var{ofmt}] [-r [leaks | all]] @var{filename}
ETEXI
DEF("create", img_create,
OpenPOWER on IntegriCloud