From: Michal Voců Date: Wed, 21 Jun 2006 13:17:03 +0000 (+0000) Subject: * sync options with long options X-Git-Tag: gridsite-core_R_1_3_2~101 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=93a48968c5472ada480acfb0624d9924eb0b3751;p=jra1mw.git * sync options with long options --- 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) {