Merge pull request #2168 from centreon/fix-hp-p2000-listvolume-regex-option

List volume mode option fix
This commit is contained in:
Thibault S 2020-08-26 09:48:52 +02:00 committed by GitHub
commit 8431cc97cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ sub new {
$options{options}->add_options(arguments => {
'name:s' => { name => 'name' },
'regexp" => { name => 'use_regexp' },
'regexp' => { name => 'use_regexp' },
'filter-type:s' => { name => 'filter_type' },
});