Fix getopt(3) optstring: remove a flag we does not handle.
PR: bin/44066 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> MFC after: 1 week
This commit is contained in:
parent
0d7bae1697
commit
318aa50bf9
@ -230,7 +230,7 @@ PRS(int argc, char **argv)
|
||||
if ((p = strchr(hostname, '.'))) {
|
||||
*p = '\0';
|
||||
}
|
||||
while ((c = getopt(argc, argv, "nrvFf:a:t:")) != -1)
|
||||
while ((c = getopt(argc, argv, "nrvFf:a:")) != -1)
|
||||
switch (c) {
|
||||
case 'n':
|
||||
noaction++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user