argc -= optind;
argv += optind;
if (argc < 1) {
if (argc < 1 && match != MATCH_ALL) {
usage_delete();
return (EX_USAGE);
}