git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02b29c2
)
* sync options with long options
author
Michal Voců
<michal@ruk.cuni.cz>
Wed, 21 Jun 2006 13:17:03 +0000
(13:17 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Wed, 21 Jun 2006 13:17:03 +0000
(13:17 +0000)
org.glite.lb.client/src/perftest_logjobs.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/perftest_logjobs.c
b/org.glite.lb.client/src/perftest_logjobs.c
index
17c3951
..
0753451
100644
(file)
--- 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) {