mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-25 22:55:15 +02:00
Fix exclude option for environment refs #5576
This commit is contained in:
parent
6669b6fc4a
commit
b653765a2c
@ -79,7 +79,7 @@ sub new {
|
|||||||
$self->{version} = '1.0';
|
$self->{version} = '1.0';
|
||||||
$options{options}->add_options(arguments =>
|
$options{options}->add_options(arguments =>
|
||||||
{
|
{
|
||||||
"exclude" => { name => 'exclude' },
|
"exclude:s" => { name => 'exclude' },
|
||||||
});
|
});
|
||||||
|
|
||||||
return $self;
|
return $self;
|
||||||
@ -296,4 +296,4 @@ Exclude some parts (comma seperated list) (Example: --exclude=temperatures,psu).
|
|||||||
=back
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user