Don't add '?' to getopt's options.
This commit is contained in:
parent
35994ac2c0
commit
b1bd32ef4a
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user