diff options
| author | Paul Buetow <paul@buetow.org> | 2011-08-06 20:19:39 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-08-06 20:19:39 +0000 |
| commit | 48099cfd7f6de476bd60681c3fc0ebcec83d3893 (patch) | |
| tree | a86cbaa453801382a38e81601870cd674a5f6b0d | |
| parent | 004db2ff704e4034b41dbbdf97a4eaa5b06349ed (diff) | |
Press h for help added
| -rwxr-xr-x | loadbars.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loadbars.pl b/loadbars.pl index c8ac5a1..3ea7c83 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -79,7 +79,7 @@ my %CONF : shared; # Setting defaults %CONF = ( - title => VERSION, + title => VERSION . ' (press h for help)', average => 30, togglecpu => 1, cpuregexp => 'cpu', |
