diff options
| author | Paul Buetow <paul@buetow.org> | 2012-05-01 12:27:45 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-05-01 12:27:45 +0200 |
| commit | 673067fd0d1cda4c06659e9c4dd909a786098deb (patch) | |
| tree | 84df1f29121e1db4676faaf09545b2f2ae676eef /lib/Loadbars/HelpDispatch.pm | |
| parent | b7416c5136a2b021473fb09843aa012b943ddde4 (diff) | |
some fixes and also introduce --hasagent param
Diffstat (limited to 'lib/Loadbars/HelpDispatch.pm')
| -rw-r--r-- | lib/Loadbars/HelpDispatch.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Loadbars/HelpDispatch.pm b/lib/Loadbars/HelpDispatch.pm index dfee7f5..8d008da 100644 --- a/lib/Loadbars/HelpDispatch.pm +++ b/lib/Loadbars/HelpDispatch.pm @@ -155,6 +155,12 @@ END mode => 1 }, + hasagent => { + menupos => 10, + help => 'SSH key is already known by the SSH agent (0 or 1)', + mode => 6, + type => 'i' + }, height => { menupos => 10, help => 'Set windows height', |
