Fix exclude option for environment refs #5576
This commit is contained in:
parent
cde06afba4
commit
0f26ba8e1f
|
@ -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…
Reference in New Issue