diff options
author | tonvoon <ton.voon@opsera.com> | 2010-04-15 08:31:45 +0000 |
---|---|---|
committer | tonvoon <ton.voon@opsera.com> | 2010-04-15 08:31:45 +0000 |
commit | a625872ee35399c0ff69d95d8695feecaab7e79c (patch) | |
tree | 5db2e306343503078d730ddecca81bfaa46461fd /lib/Nagios/Plugin.pm | |
parent | c128d293b015291c5e45637d9e3d5b1e1fb36c12 (diff) | |
download | monitoring-plugin-perl-a625872ee35399c0ff69d95d8695feecaab7e79c.tar.gz |
Updated --extra-opts help text. Pod fix (Frank Wiegand - RT51872)
Diffstat (limited to 'lib/Nagios/Plugin.pm')
-rw-r--r-- | lib/Nagios/Plugin.pm | 2 |
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: | |||
507 | 2. explicitly set by calling C<set_thresholds()> before C<check_threshold()>, or, | 507 | 2. explicitly set by calling C<set_thresholds()> before C<check_threshold()>, or, |
508 | 508 | ||
509 | 3. implicitly set by command-line parameters -w, -c, --critical or | 509 | 3. 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 | ||
512 | The return value is ready to pass to C <nagios_exit>, e . g ., | 512 | The return value is ready to pass to C <nagios_exit>, e . g ., |
513 | 513 | ||