Do not ignore unsupported flags
This commit is contained in:
parent
5738c39c21
commit
5857b2276e
@ -144,6 +144,7 @@ int main(int argc, char * argv[])
|
|||||||
prefs.flags |= PREFS_v;
|
prefs.flags |= PREFS_v;
|
||||||
break;
|
break;
|
||||||
case '?':
|
case '?':
|
||||||
|
default:
|
||||||
return _usage();
|
return _usage();
|
||||||
}
|
}
|
||||||
if(optind == argc)
|
if(optind == argc)
|
||||||
|
Loading…
Reference in New Issue
Block a user