diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-15 15:56:43 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-15 15:56:43 +0000 |
| commit | a025b195d0cab559b997c59be93c1440fa976d89 (patch) | |
| tree | dba0068069a9d246b9b435dacc0cd689443e9b74 | |
| parent | c9b16d3303472ca404b2efda76fb22c09dbb578e (diff) | |
scale factor short menu point: l -> f
| -rwxr-xr-x | loadbars.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }, |
