src/rrd_update.c: Remove the long options `--[no]cache'.
authorFlorian Forster <octo@leeloo.home.verplant.org>
Tue, 24 Jun 2008 19:06:55 +0000 (21:06 +0200)
committerFlorian Forster <octo@leeloo.home.verplant.org>
Tue, 24 Jun 2008 19:06:55 +0000 (21:06 +0200)
src/rrd_update.c

index 681dcc4..e138cdb 100644 (file)
@@ -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}
     };