summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',