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;
|
||||
break;
|
||||
case '?':
|
||||
default:
|
||||
return _usage();
|
||||
}
|
||||
if(optind == argc)
|
||||
|
Loading…
Reference in New Issue
Block a user