Oops, forgot the 'u' in the getopt for the previous commit.

This commit is contained in:
dillon 2001-05-24 00:14:19 +00:00
parent 439c2f6dae
commit 0c1af1bd68
2 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ main(argc, argv)
#define IPSECOPT
#endif
while ((ch = getopt(argc, argv,
"468EKLNS:X:acde:fFk:l:n:rs:t:xy" IPSECOPT)) != -1)
"468EKLNS:X:acde:fFk:l:n:rs:t:uxy" IPSECOPT)) != -1)
#undef IPSECOPT
{
switch(ch) {

View File

@ -180,7 +180,7 @@ main(argc, argv)
#define IPSECOPT
#endif
while ((ch = getopt(argc, argv,
"468EKLNS:X:acde:fFk:l:n:rs:t:xy" IPSECOPT)) != -1)
"468EKLNS:X:acde:fFk:l:n:rs:t:uxy" IPSECOPT)) != -1)
#undef IPSECOPT
{
switch(ch) {