Re: [Qemu-devel] [PATCH v2] block: fix qemu-img --help invocation

2014-04-28 Thread Kevin Wolf
Am 25.04.2014 um 23:02 hat Jeff Cody geschrieben: > This fixes a bug introduced in commit ac1307ab, that caused the > '--help' option to not be recognized as a valid command, and not > print any help. > > Signed-off-by: Jeff Cody Thanks, applied to the block branch. Kevin

Re: [Qemu-devel] [PATCH v2] block: fix qemu-img --help invocation

2014-04-25 Thread Eric Blake
On 04/25/2014 03:02 PM, Jeff Cody wrote: > This fixes a bug introduced in commit ac1307ab, that caused the > '--help' option to not be recognized as a valid command, and not > print any help. > > Signed-off-by: Jeff Cody > --- > qemu-img.c | 15 +-- > 1 file changed, 13 insertions(+)

[Qemu-devel] [PATCH v2] block: fix qemu-img --help invocation

2014-04-25 Thread Jeff Cody
This fixes a bug introduced in commit ac1307ab, that caused the '--help' option to not be recognized as a valid command, and not print any help. Signed-off-by: Jeff Cody --- qemu-img.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/qemu-img.c b/qemu-img.c in