src/rrd_update.c: Now remove the short options `-c' and `-n', too.
[rrdtool.git] / 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;