[Nagios-Plugin] Update extra-opts help text based on ML agreement
Thomas Guyot-Sionnest
dermoth at users.sourceforge.net
Wed Apr 28 12:04:43 CEST 2010
Module: Nagios-Plugin
Branch: master
Commit: 294c8d61409082424e9b4b2768cdb6135a95958d
Author: Thomas Guyot-Sionnest <dermoth at aei.ca>
Date: Wed Apr 28 05:57:38 2010 -0400
URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/Nagios-Plugin;a=commit;h=294c8d6
Update extra-opts help text based on ML agreement
---
lib/Nagios/Plugin/Getopt.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/Nagios/Plugin/Getopt.pm b/lib/Nagios/Plugin/Getopt.pm
index 14aab03..6432ee0 100644
--- a/lib/Nagios/Plugin/Getopt.pm
+++ b/lib/Nagios/Plugin/Getopt.pm
@@ -38,7 +38,7 @@ my @ARGS = ({
help => "-V, --version\n Print version information",
}, {
spec => 'extra-opts:s@',
- help => "--extra-opts=[section][\@file]\n Read options from an ini file. See http://nagiosplugins.org/extra-opts for usage",
+ help => "--extra-opts=[section][\@file]\n Read options from an ini file. See http://nagiosplugins.org/extra-opts\n for usage and examples.",
}, {
spec => 'timeout|t=i',
help => "-t, --timeout=INTEGER\n Seconds before plugin times out (default: %s)",
More information about the Commits
mailing list