From 5f075e3f91146088898c34c8934b0bf07bd3ede9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20=C5=A0kr=C3=A1bal?= Date: Tue, 6 Sep 2005 12:32:17 +0000 Subject: [PATCH] - typo in opt string format --- org.glite.jp.client/src/jpimporter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.jp.client/src/jpimporter.c b/org.glite.jp.client/src/jpimporter.c index 33f47fa..557206f 100644 --- 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) { -- 1.8.2.3