mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 14:15:29 +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';
|
||||
$options{options}->add_options(arguments =>
|
||||
{
|
||||
"exclude" => { name => 'exclude' },
|
||||
"exclude:s" => { name => 'exclude' },
|
||||
});
|
||||
|
||||
return $self;
|
||||
@ -296,4 +296,4 @@ Exclude some parts (comma seperated list) (Example: --exclude=temperatures,psu).
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user