diff options
author | Manuel Rüger <manuel@rueg.eu> | 2014-12-27 20:21:59 +0100 |
---|---|---|
committer | Manuel Rüger <manuel@rueg.eu> | 2014-12-27 20:21:59 +0100 |
commit | 08c9dacb08e5b38b7ae1d7d4e3d9230201d3c39f (patch) | |
tree | 970fc7e65fcc26d9167a857b7ea9d8b028daa454 /ruby-stats | |
parent | Fix caf44a1224e944f3ba2f3c81011a2c2504b78195 (diff) | |
download | ruby-scripts-08c9dacb08e5b38b7ae1d7d4e3d9230201d3c39f.tar.gz ruby-scripts-08c9dacb08e5b38b7ae1d7d4e3d9230201d3c39f.tar.bz2 ruby-scripts-08c9dacb08e5b38b7ae1d7d4e3d9230201d3c39f.zip |
Drop accidentally added message.
Diffstat (limited to 'ruby-stats')
-rw-r--r-- | ruby-stats/plot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby-stats/plot b/ruby-stats/plot index b160d36..31605a9 100644 --- a/ruby-stats/plot +++ b/ruby-stats/plot @@ -6,7 +6,7 @@ set output "targets.svg" set object 1 rect from screen 0, 0, 0 to screen 1, 1, 0 behind set object 1 rect fc rgb "white" fillstyle solid 1.0 -set title "RUBY\\_TARGETS support in Gentoo\n{/*0.7 based on latest stable amd64 version per slot \\@ `cat $(portageq portdir 2>/dev/null)/metadata/timestamp`}" +set title "RUBY\\_TARGETS support in Gentoo\n{/*0.7 based on latest version per slot \\@ `cat $(portageq portdir 2>/dev/null)/metadata/timestamp`}" set ylabel "Packages" set xlabel "Time" set xdata time |