From 0b9c809615a29660b3e2e3c4612df279b56cea2e Mon Sep 17 00:00:00 2001 From: oetiker Date: Thu, 20 Aug 2009 22:07:43 +0000 Subject: [PATCH] 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 --- src/rrd_graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2