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; prefs.flags |= PREFS_v;
break; break;
case '?': case '?':
default:
return _usage(); return _usage();
} }
if(optind == argc) if(optind == argc)