projects
/
rrdtool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
537c362
)
src/rrd_update.c: Remove the long options `--[no]cache'.
author
Florian Forster
<octo@leeloo.home.verplant.org>
Tue, 24 Jun 2008 19:06:55 +0000
(21:06 +0200)
committer
Florian Forster
<octo@leeloo.home.verplant.org>
Tue, 24 Jun 2008 19:06:55 +0000
(21:06 +0200)
src/rrd_update.c
patch
|
blob
|
history
diff --git
a/src/rrd_update.c
b/src/rrd_update.c
index
681dcc4
..
e138cdb
100644
(file)
--- 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}
};