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 <Jes.Sorensen@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
break;
}
switch(c) {
+ case '?':
case 'h':
help();
break;
break;
}
switch(c) {
+ case '?':
case 'h':
help();
break;
break;
}
switch(c) {
+ case '?':
case 'h':
help();
break;
break;
}
switch(c) {
+ case '?':
case 'h':
help();
break;
break;
}
switch(c) {
+ case '?':
case 'h':
help();
break;
break;
}
switch(c) {
+ case '?':
case 'h':
help();
return 0;
break;
}
switch(c) {
+ case '?':
case 'h':
help();
return 0;
break;
}
switch(c) {
+ case '?':
case 'h':
help();
break;