fix(procurve): memory mode - previous commit

This commit is contained in:
garnier-quentin 2021-09-02 10:46:52 +02:00
parent 0c05cb0e7e
commit 7d35c9827d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ sub new {
bless $self, $class;
$options{options}->add_options(arguments => {
'warning:s' => { name => 'warning' }
'warning:s' => { name => 'warning' },
'critical:s' => { name => 'critical' }
});