* sync options with long options
authorMichal Voců <michal@ruk.cuni.cz>
Wed, 21 Jun 2006 13:17:03 +0000 (13:17 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Wed, 21 Jun 2006 13:17:03 +0000 (13:17 +0000)
org.glite.lb.client/src/perftest_logjobs.c

index 17c3951..0753451 100644 (file)
@@ -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) {