From: oetiker Date: Thu, 20 Aug 2009 22:07:43 +0000 (+0000) Subject: fix for #237 ... missing -G arg support in binary X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=0b9c809615a29660b3e2e3c4612df279b56cea2e;p=rrdtool.git fix for #237 ... missing -G arg support in binary git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1901 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_graph.c b/src/rrd_graph.c index d86dfe1..4fd3ffa 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -3978,7 +3978,7 @@ void rrd_graph_options( int col_start, col_end; opt = getopt_long(argc, argv, - "s:e:x:y:v:w:h:Diu:l:rb:oc:n:m:t:f:a:I:zgjFYAMEX:L:S:T:NR:B:W:kP", + "s:e:x:y:v:w:h:Diu:l:rb:oc:n:m:t:f:a:I:zgG:jFYAMEX:L:S:T:NR:B:W:kP", long_options, &option_index); if (opt == EOF) break;