X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_graph.c;h=357df07610fcd6ec68456d36d0061cb65ce8aef5;hp=f67f277da3904ab71bc511362192e2de440ab6b7;hb=3f0c4b3c94182cbd68b76483af47852118dcd0f7;hpb=7a260c0749609acfb2baa794e8284e06c20eb88a diff --git a/src/rrd_graph.c b/src/rrd_graph.c index f67f277..357df07 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -3861,7 +3861,7 @@ void rrd_graph_options( int col_start, col_end; opt = getopt_long(argc, argv, - "s:e:x:y:v:w:h:D:iu:l:rb:oc:n:m:t:f:a:I:zgjFYAMEX:L:S:T:NR:B:W:k", + "s:e:x:y:v:w:h:D:iu:l:rb:oc:n:m:t:f:a:I:zgjFYAMEX:L:S:T:NR:B:W:kP", long_options, &option_index); if (opt == EOF) break;