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:
2833f64
)
- typo in opt string format
author
Jiří Škrábal
<nykolas@ics.muni.cz>
Tue, 6 Sep 2005 12:32:17 +0000
(12:32 +0000)
committer
Jiří Škrábal
<nykolas@ics.muni.cz>
Tue, 6 Sep 2005 12:32:17 +0000
(12:32 +0000)
org.glite.jp.client/src/jpimporter.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.client/src/jpimporter.c
b/org.glite.jp.client/src/jpimporter.c
index
33f47fa
..
557206f
100644
(file)
--- a/
org.glite.jp.client/src/jpimporter.c
+++ b/
org.glite.jp.client/src/jpimporter.c
@@
-90,7
+90,7
@@
static struct option opts[] = {
{ NULL, 0, NULL, 0}
};
-static const char *get_opt_string = "hgp:r:d:
:
i:t:c:k:C:";
+static const char *get_opt_string = "hgp:r:d:i:t:c:k:C:";
static void usage(char *me)
{