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

2014-04-25 Thread Jeff Cody
On Fri, Apr 25, 2014 at 12:39:03PM -0600, Eric Blake wrote: > On 04/25/2014 12:27 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. > > > > This also restores the previou

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

2014-04-25 Thread Eric Blake
On 04/25/2014 12:27 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. > > This also restores the previous behavior of qemu-img printing the full > help when called with no argu

[Qemu-devel] [PATCH] 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. This also restores the previous behavior of qemu-img printing the full help when called with no arguments. Signed-off-by: Jeff Cody --- qemu-img.c | 5