typo(multi): help description (#3032)
This commit is contained in:
parent
275dd21ebc
commit
772364e7f5
|
@ -32,7 +32,7 @@ sub new {
|
|||
|
||||
$options{options}->add_options(arguments => {
|
||||
'modes-exec:s' => { name => 'modes_exec' },
|
||||
'option-mode:s@' => { name => 'option_mode' },
|
||||
'option-mode:s@' => { name => 'option_mode' }
|
||||
});
|
||||
$self->{options} = $options{options};
|
||||
|
||||
|
@ -102,7 +102,7 @@ __END__
|
|||
|
||||
=head1 MODE
|
||||
|
||||
Check multiple modes at once. You cannot set specific thresholds or filter options for modes.
|
||||
Check multiple modes at once.
|
||||
|
||||
=over 8
|
||||
|
||||
|
|
Loading…
Reference in New Issue