Added the -I and -L options; also -E takes an argument which is not optional.

This commit is contained in:
James Youngman
2004-12-06 00:38:52 +00:00
parent da695fef5a
commit 68b78fb9b6

View File

@@ -412,7 +412,7 @@ main (int argc, char **argv)
while ((optc = getopt_long (argc, argv, "+0a:E::e::i::l::n:prs:txP:",
while ((optc = getopt_long (argc, argv, "+0a:E:e::i::I:l::L:n:prs:txP:",
longopts, (int *) 0)) != -1)
{
switch (optc)