qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH 1/1] qemu-img: img_create does not support image-o


From: Jeff Cody
Subject: [Qemu-trivial] [PATCH 1/1] qemu-img: img_create does not support image-opts, fix docs
Date: Thu, 6 Apr 2017 13:45:42 -0400

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 <address@hidden>
---
 qemu-img-cmds.hx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
address@hidden create [--object @var{objectdef}] [--image-opts] [-q] [-f 
@var{fmt}] [-o @var{options}] @var{filename} address@hidden
address@hidden create [--object @var{objectdef}] [-q] [-f @var{fmt}] [-o 
@var{options}] @var{filename} address@hidden
 ETEXI
 
 DEF("commit", img_commit,
-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]