From: Florian Forster Date: Tue, 24 Jun 2008 19:06:55 +0000 (+0200) Subject: src/rrd_update.c: Remove the long options `--[no]cache'. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=b5b5adaae097a33dde2b40efa0d0cf72a696b85b;p=rrdtool.git src/rrd_update.c: Remove the long options `--[no]cache'. --- 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} };