]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Fix typo in --interlaced option in examples
authorJean-Michel Vourgère <nirgal@debian.org>
Sat, 31 Oct 2015 18:37:41 +0000 (19:37 +0100)
committerJean-Michel Vourgère <nirgal@debian.org>
Sun, 1 Nov 2015 15:29:40 +0000 (16:29 +0100)
bindings/lua/test.lua.bottom
bindings/lua/test.lua50.bottom
bindings/perl-shared/t/callback.t
bindings/ruby/test.rb
examples/4charts.pl.in
examples/bigtops.pl.in
examples/minmax.pl.in
examples/shared-demo.pl.in
examples/stripes.pl.in
examples/stripes.py

index 8aa3aad32398b147985c233005af429b3e3b0221..9efee99080f87b241380f2a996868e09fabd2bc7 100644 (file)
@@ -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',
index caa590c73587b0a34716e905460e1fed52324782..0085c28c3372458ecc7dae8ca91bd0857733d38f 100644 (file)
@@ -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',
index 7883a9601769f67bc341d72cf20fa3b92edef260..a19c723129dc1d2bddfd319f03308e61163fe5e3 100755 (executable)
@@ -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",
index 2ca502de913661e9ce36d07642028fe5e94be851..9b5e9248698abdbacf64cae1adf7e25a9097f1c3 100755 (executable)
@@ -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",
index a11b944185db50684b70ed918863d793f0346072..6650bb1805cd5b03d0c2d219d382f64eb86c1179 100755 (executable)
@@ -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",
index 997386c5148278d4938fab79758d11fedf7550b8..a6305aaf8c3715a9194dc0aaf227d2d03d44604e 100755 (executable)
@@ -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",
index 3fd0e65ca5c7611e59b5f063fe88af015e3d86eb..f1ab231d71f464b5e73dbb54ac380cec7af13682 100755 (executable)
@@ -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",
index f01c1ae1c886adf294515ef546141471cb8eb08d..b98e979459abc71503818219704ba6a0258d32dc 100755 (executable)
@@ -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",
index 362f4992e02743559107dda00b912721c6e982bc..391f1829fbdf40ab1eae1c9fb71d46cd562590bb 100755 (executable)
@@ -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",
index ce2c3cd1423c343d5085fb782721c5d838f42a60..72bc5eb9b4a9a0b92078142910bc4d56b7b864aa 100755 (executable)
@@ -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,