]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Start modify/tune unification
authorPeter Stamfest <peter@stamfest.at>
Sat, 15 Mar 2014 20:48:48 +0000 (21:48 +0100)
committerPeter Stamfest <peter@stamfest.at>
Sat, 15 Mar 2014 20:48:48 +0000 (21:48 +0100)
src/rrd_tune.c

index 52651fdfe4cd3886a301dd27708049fc7ee347ff..8d8549dcffc044be665ce394ce1ef6c4342313c5 100644 (file)
@@ -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}
     };