fix(help): HPE Primera API OPTIONS not shown in --help (#5168)

This commit is contained in:
Roman Morandell 2024-09-05 14:57:31 +02:00 committed by GitHub
parent 519ccc3bc4
commit ebdbf21691
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ sub new {
'critical-http-status:s' => { name => 'critical_http_status' }
});
}
$options{options}->add_help(package => __PACKAGE__, sections => 'HPE PRIMERA API OPTIONS', once => 1);
$options{options}->add_help(package => __PACKAGE__, sections => 'HPE Primera API OPTIONS', once => 1);
$self->{output} = $options{output};
$self->{http} = centreon::plugins::http->new(%options, default_backend => 'curl');