From c1f3d98990d7a0420c72478ba9cfb0e906da9c4b Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Fri, 24 Apr 2020 13:40:37 +0200 Subject: [PATCH] fix typo --- centreon-plugins/centreon/plugins/backend/ssh/sshcli.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/centreon/plugins/backend/ssh/sshcli.pm b/centreon-plugins/centreon/plugins/backend/ssh/sshcli.pm index 91101e489..159b871f2 100644 --- a/centreon-plugins/centreon/plugins/backend/ssh/sshcli.pm +++ b/centreon-plugins/centreon/plugins/backend/ssh/sshcli.pm @@ -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); }