X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_xport.c;h=7b7f903a0c04451aa0c0ae32c026875dce8dc4db;hb=734468bcc23497c7eba0deba87c92aa219fd46d1;hp=f427762f60f3eb1b6270f10a5ba94c1b9424924d;hpb=7bff0434f9262b706ae3f2c5eb68a5757ad84d81;p=rrdtool.git diff --git a/src/rrd_xport.c b/src/rrd_xport.c index f427762..7b7f903 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.17 Copyright by Tobi Oetiker, 1997-2006 **************************************************************************** * 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))) {