From a025b195d0cab559b997c59be93c1440fa976d89 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 15 Nov 2010 15:56:43 +0000 Subject: scale factor short menu point: l -> f --- loadbars.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loadbars.pl b/loadbars.pl index ac8adc6..5a460df 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -432,7 +432,7 @@ sub dispatch_table () { inter => { cmd => 'i', help => 'Set update interval in seconds', mode => 7, type => 's' }, quit => { cmd => 'q', help => 'Quit', mode => 1, cb => sub { -1 } }, samples => { cmd => 's', help => 'Set number of samples until ssh reconnects', mode => 7, type => 'i' }, - scale => { cmd => 'l', help => 'Set scale factor (1.0 means 100%)', mode => 7, type => 's' }, + scale => { cmd => 'f', help => 'Set scale factor (1.0 means 100%)', mode => 7, type => 's' }, sshopts => { help => 'Set SSH options', mode => 4, type => 's' }, toggle => { cmd => '1', help => 'Toggle CPUs (0 or 1)', mode => 7, type => 'i', cb => \&toggle_cpus }, version => { cmd => 'v', help => 'Print version', mode => 1, cb => sub { say VERSION . ' ' . COPYRIGHT } }, -- cgit v1.2.3