On 12/03/10 12:46, Stefan Hajnoczi wrote: > On Thu, Dec 2, 2010 at 5:46 PM, <[email protected]> wrote: >> From: Jes Sorensen <[email protected]> >> >> This patch changes qemu-img to exit if an unknown option is detected, >> instead of trying to continue with a set of arguments which may be >> incorrect. >> >> Signed-off-by: Jes Sorensen <[email protected]> >> --- >> qemu-img.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ >> 1 files changed, 48 insertions(+), 0 deletions(-) > > Do we get a silent exit if an unknown option is detected? Normally > programs print their help/usage when this happens. > > Stefan
Fixed in the next version :) Cheers, Jes
