src/rrd_update.c: Now remove the short options `-c' and `-n', too.
authorFlorian Forster <octo@leeloo.home.verplant.org>
Tue, 24 Jun 2008 19:08:26 +0000 (21:08 +0200)
committerFlorian Forster <octo@leeloo.home.verplant.org>
Tue, 24 Jun 2008 19:08:26 +0000 (21:08 +0200)
Am I really that stupid? *argh*

src/rrd_update.c

index e138cdb..2602a82 100644 (file)
@@ -390,7 +390,7 @@ int rrd_update(
     opterr = 0;         /* initialize getopt */
 
     while (1) {
-        opt = getopt_long(argc, argv, "t:cnd:", long_options, &option_index);
+        opt = getopt_long(argc, argv, "t:d:", long_options, &option_index);
 
         if (opt == EOF)
             break;