From b3d31f0e43261b99c5bfed82818cea971dd3017f Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 24 Jun 2008 21:08:26 +0200 Subject: [PATCH] src/rrd_update.c: Now remove the short options `-c' and `-n', too. Am I really that stupid? *argh* --- src/rrd_update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rrd_update.c b/src/rrd_update.c index e138cdb..2602a82 100644 --- a/src/rrd_update.c +++ b/src/rrd_update.c @@ -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; -- 2.11.0