Message ID | 433d922c5ad43020493323c5e065b4c4ef4157ab.1491500481.git.jcody@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 04/06/2017 12:45 PM, Jeff Cody wrote: > 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> > --- > qemu-img-cmds.hx | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Doc fix, worth having in 2.9 if we still have time. Reviewed-by: Eric Blake <eblake@redhat.com>
Am 06.04.2017 um 19:45 hat Jeff Cody geschrieben: > 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> Thanks, applied to the block branch. Kevin
diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx index 9c9702c..8ac7822 100644 --- a/qemu-img-cmds.hx +++ b/qemu-img-cmds.hx @@ -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,
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> --- qemu-img-cmds.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)