projects
/
rrdtool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e2335
)
src/rrd_update.c: Now remove the short options `-c' and `-n', too.
author
Florian Forster
<octo@leeloo.home.verplant.org>
Tue, 24 Jun 2008 19:08:26 +0000
(21:08 +0200)
committer
Florian Forster
<octo@leeloo.home.verplant.org>
Tue, 24 Jun 2008 19:08:26 +0000
(21:08 +0200)
Am I really that stupid? *argh*
src/rrd_update.c
patch
|
blob
|
history
diff --git
a/src/rrd_update.c
b/src/rrd_update.c
index
e138cdb
..
2602a82
100644
(file)
--- 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:
cn
d:", long_options, &option_index);
+ opt = getopt_long(argc, argv, "t:d:", long_options, &option_index);
if (opt == EOF)
break;