diff options
| -rwxr-xr-x | loadbars.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loadbars.pl b/loadbars.pl index c8ac5a1..f5334ad 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', |
