From 93a48968c5472ada480acfb0624d9924eb0b3751 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Voc=C5=AF?= Date: Wed, 21 Jun 2006 13:17:03 +0000 Subject: [PATCH] * sync options with long options --- org.glite.lb.client/src/perftest_logjobs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.client/src/perftest_logjobs.c b/org.glite.lb.client/src/perftest_logjobs.c index 17c3951..0753451 100644 --- a/org.glite.lb.client/src/perftest_logjobs.c +++ b/org.glite.lb.client/src/perftest_logjobs.c @@ -179,7 +179,7 @@ main(int argc, char *argv[]) opterr = 0; - while ((opt = getopt_long(argc,argv,"hd:t:f:n:xNs:P:p:", + while ((opt = getopt_long(argc,argv,"hd:t:f:m:n:Ns:P::p:", long_options, (int *) 0)) != EOF) { switch (opt) { -- 1.8.2.3