summaryrefslogtreecommitdiff
path: root/lib/Loadbars/HelpDispatch.pm
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-06-23 17:46:15 +0200
committerPaul Buetow <paul@buetow.org>2012-06-23 17:46:15 +0200
commit59099ea8ad16763eb272d9656d12e6d846373114 (patch)
tree31767ade6dff370f41f8afddfedbb1fb5a9c5945 /lib/Loadbars/HelpDispatch.pm
parentf60cf3cbad59ac173f37d6a7d14132171590f25a (diff)
remove ssh reconect sample limit
Diffstat (limited to 'lib/Loadbars/HelpDispatch.pm')
-rw-r--r--lib/Loadbars/HelpDispatch.pm23
1 files changed, 8 insertions, 15 deletions
diff --git a/lib/Loadbars/HelpDispatch.pm b/lib/Loadbars/HelpDispatch.pm
index 40adee6..426adf3 100644
--- a/lib/Loadbars/HelpDispatch.pm
+++ b/lib/Loadbars/HelpDispatch.pm
@@ -1,17 +1,17 @@
package Loadbars::HelpDispatch;
use strict;
-use warnings;
+ use warnings;
-use Loadbars::Constants;
-use Loadbars::Shared;
+ use Loadbars::Constants;
+ use Loadbars::Shared;
-sub create () {
- my $hosts = '';
+ sub create () {
+ my $hosts = '';
- my $textdesc = <<END;
-CPU stuff:
- st = Steal in % [see man proc] (extended)
+ my $textdesc = <<END;
+ CPU stuff:
+ st = Steal in % [see man proc] (extended)
Color: Red
gt = Guest in % [see man proc] (extended)
Color: Red
@@ -199,13 +199,6 @@ END
mode => 1
},
- samples => {
- menupos => 17,
- help => 'Set number of samples until ssh reconnects',
- mode => 6,
- type => 'i'
- },
-
showcores => {
menupos => 17,
help => 'Toggle core display (0 or 1)',