diff options
author | Sven Nierlein <sven@nierlein.de> | 2014-12-08 14:43:43 +0100 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2014-12-08 14:43:43 +0100 |
commit | 93537ecfecff5b39364892643ab7ac6497299dab (patch) | |
tree | 5cbbd2aad612710ef9ba3d59e739d385cba18c39 | |
parent | a9e61b4a6b89b6dcf73fe75d1662a0ad877279c1 (diff) | |
download | monitoring-plugin-perl-93537ecfecff5b39364892643ab7ac6497299dab.tar.gz |
fix link to documentation
Signed-off-by: Sven Nierlein <sven@nierlein.de>
-rw-r--r-- | lib/Monitoring/Plugin/Getopt.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Monitoring/Plugin/Getopt.pm b/lib/Monitoring/Plugin/Getopt.pm index 63f751c..354f713 100644 --- a/lib/Monitoring/Plugin/Getopt.pm +++ b/lib/Monitoring/Plugin/Getopt.pm | |||
@@ -41,7 +41,7 @@ my @ARGS = ({ | |||
41 | help => "-V, --version\n Print version information", | 41 | help => "-V, --version\n Print version information", |
42 | }, { | 42 | }, { |
43 | spec => 'extra-opts:s@', | 43 | spec => 'extra-opts:s@', |
44 | help => "--extra-opts=[section][\@file]\n Read options from an ini file. See http://nagiosplugins.org/extra-opts\n for usage and examples.", | 44 | help => "--extra-opts=[section][\@file]\n Read options from an ini file. See https://www.monitoring-plugins.org/doc/extra-opts.html\n for usage and examples.", |
45 | }, { | 45 | }, { |
46 | spec => 'timeout|t=i', | 46 | spec => 'timeout|t=i', |
47 | help => "-t, --timeout=INTEGER\n Seconds before plugin times out (default: %s)", | 47 | help => "-t, --timeout=INTEGER\n Seconds before plugin times out (default: %s)", |