integrated json support in rrdtool xport with inspiration from Erik Kastner and Micha...
[rrdtool.git] / src / rrd_xport.c
index 8f13492..5ee0fdf 100644 (file)
@@ -65,6 +65,7 @@ int rrd_xport(
         {"maxrows", required_argument, 0, 'm'},
         {"step", required_argument, 0, 261},
         {"enumds", no_argument, 0, 262},    /* these are handled in the frontend ... */
+        {"json", no_argument, 0, 263},    /* these are handled in the frontend ... */
         {"daemon", required_argument, 0, 'd'},
         {0, 0, 0, 0}
     };