This commit is contained in:
garnier-quentin 2020-04-24 13:40:37 +02:00
parent 8c37ef2880
commit 1a38e97637
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}