summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-02-25 20:15:22 +0100
committerPaul Buetow <paul@buetow.org>2012-02-25 20:15:22 +0100
commitda8b7a939a25b5618a69ecd055c21dc46c6c72c2 (patch)
treec4929ba0d8acc6fe5ee7751f842a00a62c108856
parent27449f93e380bb93e05406cb3f45b98a3e032c30 (diff)
cleanup in HELP file
-rw-r--r--HELP5
-rwxr-xr-xloadbars2
2 files changed, 1 insertions, 6 deletions
diff --git a/HELP b/HELP
index e077c51..ebf68f8 100644
--- a/HELP
+++ b/HELP
@@ -1,8 +1,3 @@
-==> Reading configuration from /home/pb/.loadbarsrc
-==> Setting showcores=1, it might be overwritten by command line params.
-==> Setting showtext=0, it might be overwritten by command line params.
-==> Setting extended=1, it might be overwritten by command line params.
-==> Setting showmem=1, it might be overwritten by command line params.
CPU stuff:
st = Steal in % [see man proc] (extended)
Color: Red
diff --git a/loadbars b/loadbars
index 8b241d1..5f61e59 100755
--- a/loadbars
+++ b/loadbars
@@ -26,7 +26,7 @@ use threads;
use threads::shared;
use constant {
- VERSION => 'loadbars v0.5.1',
+ VERSION => 'loadbars v0.5.1-master',
COPYRIGHT => '2010-2012 (c) Paul Buetow <loadbars@mx.buetow.org>',
CONFFILE => $ENV{HOME} . '/.loadbarsrc',
CSSH_CONFFILE => '/etc/clusters',