From 294c8d61409082424e9b4b2768cdb6135a95958d Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Wed, 28 Apr 2010 05:57:38 -0400 Subject: Update extra-opts help text based on ML agreement 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)", -- cgit v0.10-9-g596f