From ec1680b62df8767f27f808355ca81faa09646f1f Mon Sep 17 00:00:00 2001 From: Peter Stamfest Date: Sat, 15 Mar 2014 21:48:48 +0100 Subject: [PATCH] Start modify/tune unification --- src/rrd_tune.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/rrd_tune.c b/src/rrd_tune.c index 52651fdf..8d8549dc 100644 --- a/src/rrd_tune.c +++ b/src/rrd_tune.c @@ -99,6 +99,10 @@ int rrd_tune( {"smoothing-window", required_argument, 0, 's'}, {"smoothing-window-deviation", required_argument, 0, 'S'}, {"aberrant-reset", required_argument, 0, 'b'}, + // integration of rrd_modify functionality. + {"step", required_argument, 0, 't'}, + /* unfortunately, '-d' is already taken */ + {"daemon", required_argument, 0, 'D'}, {0, 0, 0, 0} }; -- 2.47.3