getopt(3) prints an "unrecognized option" warning for me, so I

shouldn't print another.

MFC after: 15 days
This commit is contained in:
kientzle 2004-10-17 23:58:17 +00:00
parent ccd13c40f2
commit a5b447bdc1

View File

@ -433,7 +433,6 @@ main(int argc, char **argv)
#endif
break;
default:
bsdtar_warnc(bsdtar, 0, "Unrecognized option -c", optopt);
usage(bsdtar);
}
}