From: Jean-Michel Vourgère Date: Sat, 31 Oct 2015 18:37:41 +0000 (+0100) Subject: Fix typo in --interlaced option in examples X-Git-Tag: v1.6.0~25^2~4^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf0df441d9d771b05a994e67c1054d59d293c78c;p=thirdparty%2Frrdtool-1.x.git Fix typo in --interlaced option in examples --- diff --git a/bindings/lua/test.lua.bottom b/bindings/lua/test.lua.bottom index 8aa3aad3..9efee990 100644 --- a/bindings/lua/test.lua.bottom +++ b/bindings/lua/test.lua.bottom @@ -61,7 +61,7 @@ local t = rrd.graphv( '--title', 'Enjoy Lua RRDtool module!', '--start', start+3600, '--end', 'start + 1000 min', - '--interlace', + '--interlaced', '--imgformat', 'PNG', '--width=450', 'DEF:a=' .. name .. ':a:AVERAGE', diff --git a/bindings/lua/test.lua50.bottom b/bindings/lua/test.lua50.bottom index caa590c7..0085c28c 100644 --- a/bindings/lua/test.lua50.bottom +++ b/bindings/lua/test.lua50.bottom @@ -61,7 +61,7 @@ local t = rrd.graphv( '--title', 'Enjoy Lua RRDtool module!', '--start', start+3600, '--end', 'start + 1000 min', - '--interlace', + '--interlaced', '--imgformat', 'PNG', '--width=450', 'DEF:a=' .. name .. ':a:AVERAGE', diff --git a/bindings/perl-shared/t/callback.t b/bindings/perl-shared/t/callback.t index 7883a960..a19c7231 100755 --- a/bindings/perl-shared/t/callback.t +++ b/bindings/perl-shared/t/callback.t @@ -49,7 +49,7 @@ my $result = RRDs::graphv "callback.png", "--start", "1424540800", "--end", "start+24h", "--lower-limit=0", - "--interlace", + "--interlaced", "--imgformat","PNG", "--width=450", "DEF:a=cb//extrainfo:a:AVERAGE", diff --git a/bindings/ruby/test.rb b/bindings/ruby/test.rb index 2ca502de..9b5e9248 100755 --- a/bindings/ruby/test.rb +++ b/bindings/ruby/test.rb @@ -38,7 +38,7 @@ RRD.graph( "--title", " RubyRRD Demo", "--start", "#{start_time+3600}", "--end", "start + 1000 min", - "--interlace", + "--interlaced", "--imgformat", "PNG", "--width=450", "DEF:a=#{rrd}:a:AVERAGE", diff --git a/examples/4charts.pl.in b/examples/4charts.pl.in index a11b9441..6650bb18 100755 --- a/examples/4charts.pl.in +++ b/examples/4charts.pl.in @@ -41,7 +41,7 @@ RRDs::graph "$name-L.png", "--start", "now", "--end", "start+15h", "--lower-limit=0", - "--interlace", + "--interlaced", "--imgformat","PNG", "--width=$w", "--height=$h", @@ -56,7 +56,7 @@ RRDs::graph "$name-A.png", "--start", "now", "--end", "start+15h", "--lower-limit=0", - "--interlace", + "--interlaced", "--imgformat","PNG", "--width=$w", "--height=$h", @@ -71,7 +71,7 @@ RRDs::graph "$name-S.png", "--start", "now", "--end", "start+15h", "--lower-limit=0", - "--interlace", + "--interlaced", "--imgformat","PNG", "--width=$w", "--height=$h", @@ -87,7 +87,7 @@ RRDs::graph "$name-M.png", "--start", "now", "--end", "start+15h", "--lower-limit=0", - "--interlace", + "--interlaced", "--imgformat","PNG", "--width=$w", "--height=$h", @@ -106,7 +106,7 @@ RRDs::graph "$name-sample.png", "--start", "now", "--end", "start+15h", "--lower-limit=0", - "--interlace", + "--interlaced", "--imgformat","PNG", "--width=600", "--height=50", diff --git a/examples/bigtops.pl.in b/examples/bigtops.pl.in index 997386c5..a6305aaf 100755 --- a/examples/bigtops.pl.in +++ b/examples/bigtops.pl.in @@ -29,7 +29,7 @@ RRDs::graph "$name.png", "--title", uc($name)." Demo", "--start", "$start + 1 h", "--end", "start + 1000 min", - "--interlace", + "--interlaced", "--imgformat","PNG", "--width=450", "DEF:a=$rrd:a:AVERAGE", diff --git a/examples/minmax.pl.in b/examples/minmax.pl.in index 3fd0e65c..f1ab231d 100755 --- a/examples/minmax.pl.in +++ b/examples/minmax.pl.in @@ -32,7 +32,7 @@ RRDs::graph "$name.png", "--start", "now", "--end", "start+1d", "--lower-limit=0", - "--interlace", + "--interlaced", "--imgformat","PNG", "--width=450", "DEF:a=$rrd:a:AVERAGE", diff --git a/examples/shared-demo.pl.in b/examples/shared-demo.pl.in index f01c1ae1..b98e9794 100755 --- a/examples/shared-demo.pl.in +++ b/examples/shared-demo.pl.in @@ -117,7 +117,7 @@ for (my $i=0;$i<$GRUNS;$i++) { '--base', '1024', "--vertical-label", 'Dummy Units', "--start", (-$RUNS*$STEP), "--end", $time, - "--interlace", "--imgformat","PNG", + "--interlaced", "--imgformat","PNG", "DEF:alpha=$RRD:a:AVERAGE", "DEF:beta=$RRD:b:AVERAGE", "DEF:gamma=$RRD:c:AVERAGE", diff --git a/examples/stripes.pl.in b/examples/stripes.pl.in index 362f4992..391f1829 100755 --- a/examples/stripes.pl.in +++ b/examples/stripes.pl.in @@ -24,7 +24,7 @@ RRDs::graph "stripes.png", "--title", "Stripes Demo", "--start", $start, "--end", "start + 400 min", - "--interlace", + "--interlaced", "--imgformat","PNG", "--width=450", "DEF:a=$rrd:a:AVERAGE", diff --git a/examples/stripes.py b/examples/stripes.py index ce2c3cd1..72bc5eb9 100755 --- a/examples/stripes.py +++ b/examples/stripes.py @@ -31,7 +31,7 @@ rrdtool.graph('stripes.png', '--title', 'Stripes Demo', '--start', str(start), '--end', str(start+400*60), - '--interlace', + '--interlaced', '--imgformat', 'PNG', '--width=450', 'DEF:a=%s:a:AVERAGE' % rrd,