Added missing option for getopt
The --language short option -N did not work and the errmsg.sys file was always searched for in the wrong place.
This commit is contained in:
parent
379004a2a4
commit
74281401d8
@ -1079,7 +1079,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
while ((opt = getopt_long(argc, argv, "dc:f:l:vVs:S:?L:D:C:B:U:A:P:G:",
|
||||
while ((opt = getopt_long(argc, argv, "dc:f:l:vVs:S:?L:D:C:B:U:A:P:G:N:",
|
||||
long_options, &option_index)) != -1)
|
||||
{
|
||||
bool succp = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user