fix option filter-core (#1884)
This commit is contained in:
parent
11a0a4a033
commit
5cd0e80f40
|
@ -90,7 +90,7 @@ sub new {
|
|||
|
||||
$options{options}->add_options(arguments => {
|
||||
'cluster' => { name => 'cluster' },
|
||||
'filter-core' => { name => 'filter_core' },
|
||||
'filter-core:s' => { name => 'filter_core' },
|
||||
});
|
||||
|
||||
return $self;
|
||||
|
|
Loading…
Reference in New Issue