X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_xport.c;h=06b40568857467aaed87457286ac865e6e9b6e99;hb=ae7f66b45028a20104e22215d13334f8c19ebd6e;hp=f427762f60f3eb1b6270f10a5ba94c1b9424924d;hpb=7bff0434f9262b706ae3f2c5eb68a5757ad84d81;p=rrdtool.git diff --git a/src/rrd_xport.c b/src/rrd_xport.c index f427762..06b4056 100644 --- a/src/rrd_xport.c +++ b/src/rrd_xport.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.15 Copyright by Tobi Oetiker, 1997-2006 + * RRDtool 1.2.19 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * rrd_xport.c export RRD data ****************************************************************************/ @@ -62,7 +62,6 @@ rrd_xport(int argc, char **argv, int UNUSED(*xsize), {"maxrows", required_argument, 0, 'm'}, {"step", required_argument, 0, 261}, {"enumds", no_argument, 0, 262}, /* these are handled in the frontend ... */ - {"unknownaszero", no_argument, 0, 263}, /* just ignore them here */ {0,0,0,0} }; int option_index = 0; @@ -79,7 +78,6 @@ rrd_xport(int argc, char **argv, int UNUSED(*xsize), im.step = atoi(optarg); break; case 262: - case 263: break; case 's': if ((parsetime_error = parsetime(optarg, &start_tv))) {