]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-img.c
block: fix qemu-img --help invocation
authorJeff Cody <jcody@redhat.com>
Fri, 25 Apr 2014 21:02:32 +0000 (17:02 -0400)
committerKevin Wolf <kwolf@redhat.com>
Mon, 28 Apr 2014 15:36:30 +0000 (17:36 +0200)
commit7db1689c35a6f7477c691c31232ec10725ba9dfe
tree804d7e586539064bb4b5952427613bc2650bbd33
parente2da502c003b9a91b4aea7684959192bd07c1f1d
block: fix qemu-img --help invocation

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 <jcody@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qemu-img.c