From 5700508f7c4b5109646ecb7a98081d9caec91f48 Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 6 Dec 2004 00:38:52 +0000 Subject: [PATCH] Added the -I and -L options; also -E takes an argument which is not optional. --- xargs/xargs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xargs/xargs.c b/xargs/xargs.c index fa65d75..d1ba4ff 100644 --- a/xargs/xargs.c +++ b/xargs/xargs.c @@ -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) -- 2.11.4.GIT