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
1 changed files with 1 additions and 1 deletions

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':