fix option filter-core (#1884)

This commit is contained in:
tcharles 2020-03-16 16:49:57 +01:00 committed by GitHub
parent 11a0a4a033
commit 5cd0e80f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;