Don't add '?' to getopt's options.

This commit is contained in:
Warner Losh 1999-06-24 06:45:32 +00:00
parent 35994ac2c0
commit b1bd32ef4a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48172

View File

@ -70,7 +70,7 @@ main(argc, argv)
(void) setlocale(LC_ALL, "");
while ((ch = getopt(argc, argv, "?-af:t:A:B:")) != -1)
while ((ch = getopt(argc, argv, "-af:t:A:B:")) != -1)
switch (ch) {
case '-': /* backward contemptible */
case 'a':