summaryrefslogtreecommitdiffstats
path: root/lib/Nagios/Plugin.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Nagios/Plugin.pm')
-rw-r--r--lib/Nagios/Plugin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Nagios/Plugin.pm b/lib/Nagios/Plugin.pm
index 82bbfcb..cdc3ef8 100644
--- a/lib/Nagios/Plugin.pm
+++ b/lib/Nagios/Plugin.pm
@@ -507,7 +507,7 @@ WARNING constant. The thresholds may be:
5072. explicitly set by calling C<set_thresholds()> before C<check_threshold()>, or, 5072. explicitly set by calling C<set_thresholds()> before C<check_threshold()>, or,
508 508
5093. implicitly set by command-line parameters -w, -c, --critical or 5093. implicitly set by command-line parameters -w, -c, --critical or
510 --warning, if you have run C<$plugin->getopts()>. 510 --warning, if you have run C<< $plugin->getopts() >>.
511 511
512The return value is ready to pass to C <nagios_exit>, e . g ., 512The return value is ready to pass to C <nagios_exit>, e . g .,
513 513