From b5b5adaae097a33dde2b40efa0d0cf72a696b85b Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 24 Jun 2008 21:06:55 +0200 Subject: [PATCH] src/rrd_update.c: Remove the long options `--[no]cache'. --- src/rrd_update.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rrd_update.c b/src/rrd_update.c index 681dcc4..e138cdb 100644 --- a/src/rrd_update.c +++ b/src/rrd_update.c @@ -377,8 +377,6 @@ int rrd_update( { struct option long_options[] = { {"template", required_argument, 0, 't'}, - {"cache", optional_argument, 0, 'c'}, - {"nocache", no_argument , 0, 'n'}, {"daemon", required_argument, 0, 'd'}, {0, 0, 0, 0} }; -- 2.11.0