Fix #799
This commit is contained in:
parent
e23f07d459
commit
e04516dc45
|
@ -88,7 +88,7 @@ sub run {
|
|||
}
|
||||
|
||||
$self->{output}->output_add(severity => 'OK',
|
||||
short_msg => 'List Nodes:');
|
||||
short_msg => 'List Pools:');
|
||||
$self->{output}->display(nolabel => 1, force_ignore_perfdata => 1, force_long_output => 1);
|
||||
$self->{output}->exit();
|
||||
}
|
||||
|
@ -132,4 +132,4 @@ Allows to use regexp to filter pool name (with option --name).
|
|||
=back
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue