diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-28 05:57:38 -0400 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-28 05:57:38 -0400 |
commit | 294c8d61409082424e9b4b2768cdb6135a95958d (patch) | |
tree | 316a846be0befc3d3ba9fa739b8fea2770b8f292 /lib/Nagios/Plugin | |
parent | 9fd276eac6473c18462c96e4a98a67d4a797d73c (diff) | |
download | monitoring-plugin-perl-294c8d61409082424e9b4b2768cdb6135a95958d.tar.gz |
Update extra-opts help text based on ML agreement
Diffstat (limited to 'lib/Nagios/Plugin')
-rw-r--r-- | 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 = ({ | |||
38 | help => "-V, --version\n Print version information", | 38 | help => "-V, --version\n Print version information", |
39 | }, { | 39 | }, { |
40 | spec => 'extra-opts:s@', | 40 | spec => 'extra-opts:s@', |
41 | help => "--extra-opts=[section][\@file]\n Read options from an ini file. See http://nagiosplugins.org/extra-opts for usage", | 41 | help => "--extra-opts=[section][\@file]\n Read options from an ini file. See http://nagiosplugins.org/extra-opts\n for usage and examples.", |
42 | }, { | 42 | }, { |
43 | spec => 'timeout|t=i', | 43 | spec => 'timeout|t=i', |
44 | help => "-t, --timeout=INTEGER\n Seconds before plugin times out (default: %s)", | 44 | help => "-t, --timeout=INTEGER\n Seconds before plugin times out (default: %s)", |