- typo in opt string format
authorJiří Škrábal <nykolas@ics.muni.cz>
Tue, 6 Sep 2005 12:32:17 +0000 (12:32 +0000)
committerJiří Škrábal <nykolas@ics.muni.cz>
Tue, 6 Sep 2005 12:32:17 +0000 (12:32 +0000)
org.glite.jp.client/src/jpimporter.c

index 33f47fa..557206f 100644 (file)
@@ -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)
 {