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]>
Signed-off-by: Kevin Wolf <[email protected]>
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;