From 93f2cfb231cefe6030557c6b1374a79cf5980175 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 24 Jun 2012 15:19:31 +0200 Subject: max cpu peak bar works again --- lib/Loadbars/HelpDispatch.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/Loadbars/HelpDispatch.pm') 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 }, -- cgit v1.2.3