Do not ignore unsupported flags

This commit is contained in:
Pierre Pronchery 2016-01-24 18:54:38 +01:00
parent 5738c39c21
commit 5857b2276e

View File

@ -144,6 +144,7 @@ int main(int argc, char * argv[])
prefs.flags |= PREFS_v;
break;
case '?':
default:
return _usage();
}
if(optind == argc)