Code

integrated json support in rrdtool xport with inspiration from Erik Kastner and Micha...
[rrdtool-all.git] / program / src / rrd_xport.c
index 8f13492ad457ccca5bc00875b68ba843fb15ccfc..5ee0fdfb1daa51174bb3fc825293884bdbf0ef58 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}
     };