qemu-img: img_create does not support image-opts, fix docs

The documentation and help for qemu-img claims that 'qemu-img create'
will take the '--image-opts' argument.  This is not true, so this
patch removes those claims.

Signed-off-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
Jeff Cody 2017-04-06 13:45:42 -04:00 committed by Kevin Wolf
parent 5694923ad1
commit 89aa0465b9
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ STEXI
ETEXI
DEF("create", img_create,
"create [-q] [--object objectdef] [--image-opts] [-f fmt] [-o options] filename [size]")
"create [-q] [--object objectdef] [-f fmt] [-o options] filename [size]")
STEXI
@item create [--object @var{objectdef}] [--image-opts] [-q] [-f @var{fmt}] [-o @var{options}] @var{filename} [@var{size}]
@item create [--object @var{objectdef}] [-q] [-f @var{fmt}] [-o @var{options}] @var{filename} [@var{size}]
ETEXI
DEF("commit", img_commit,