diff options
| author | Paul Buetow <paul@buetow.org> | 2012-06-24 15:19:31 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-06-24 15:19:31 +0200 |
| commit | 93f2cfb231cefe6030557c6b1374a79cf5980175 (patch) | |
| tree | 66f9de4056a85b7baf7bcc5f99e551da7ba481d1 /lib/Loadbars/HelpDispatch.pm | |
| parent | 4f79d454792f494e4e241ea02bc4979946827708 (diff) | |
max cpu peak bar works again
Diffstat (limited to 'lib/Loadbars/HelpDispatch.pm')
| -rw-r--r-- | lib/Loadbars/HelpDispatch.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Loadbars/HelpDispatch.pm b/lib/Loadbars/HelpDispatch.pm index 1b1dfde..42dc708 100644 --- a/lib/Loadbars/HelpDispatch.pm +++ b/lib/Loadbars/HelpDispatch.pm @@ -59,22 +59,22 @@ END # Combinations: Like chmod(1) my %d = ( - average => { + cpuaverage => { menupos => 3, - help => 'Num of samples for avg. (more fluent animations)', + help => 'Num of cpu samples for avg. (more fluent animations)', mode => 6, type => 'i' }, - average_hot_up => { + cpuaverage_hot_up => { menupos => 4, cmd => 'a', - help => 'Increases number of samples for calculating avg. by 1', + help => 'Increases number of cpu samples for calculating avg. by 1', mode => 1 }, - average_hot_dn => { + cpuaverage_hot_dn => { menupos => 5, cmd => 'y', - help => 'Decreases number of samples for calculating avg. by 1', + help => 'Decreases number of cpu samples for calculating avg. by 1', mode => 1 }, |
