mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
fix typo
This commit is contained in:
parent
096bebd2bd
commit
440337dafc
@ -33,7 +33,7 @@ sub new {
|
||||
$options{options}->add_options(arguments => {
|
||||
'sshcli-command:s' => { name => 'sshcli_command', default => 'ssh' },
|
||||
'sshcli-path:s' => { name => 'sshcli_path' },
|
||||
'sslcli-option:s@' => { name => 'sshcli_option' }
|
||||
'sshcli-option:s@' => { name => 'sshcli_option' }
|
||||
});
|
||||
$options{options}->add_help(package => __PACKAGE__, sections => 'BACKEND SSHCLI OPTIONS', once => 1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user