summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2004-12-03 17:48:53 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2004-12-03 17:48:53 (GMT)
commit694194dd8ab4d9115554f386938d503d60c96e9e (patch)
tree1b67ca4a6a9146f3f9aa022b6575db9c98490657 /plugins
parentc1af46b89043970495cb683437e2f2a79f52df2f (diff)
downloadmonitoring-plugins-694194dd8ab4d9115554f386938d503d60c96e9e.tar.gz
some minor fixes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@992 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/negate.c5
-rw-r--r--plugins/utils.h2
2 files changed, 4 insertions, 3 deletions
diff --git a/plugins/negate.c b/plugins/negate.c
index e0f9975..e03f7e6 100644
--- a/plugins/negate.c
+++ b/plugins/negate.c
@@ -274,7 +274,8 @@ Otherwise, the output state of the wrapped plugin is unchanged.\n"));
274void 274void
275print_usage (void) 275print_usage (void)
276{ 276{
277 printf (_("Usage: %s [-t timeout] <definition of wrapped plugin>\n"), 277 printf ("Usage: %s [-t timeout] <definition of wrapped plugin>\n",
278 progname); 278 progname);
279 printf (_(UT_HLP_VRS), progname, progname); 279
280 printf (UT_HLP_VRS, progname, progname);
280} 281}
diff --git a/plugins/utils.h b/plugins/utils.h
index a3ddc0a..4fc1305 100644
--- a/plugins/utils.h
+++ b/plugins/utils.h
@@ -164,7 +164,7 @@ Send email to nagios-users@lists.sourceforge.net if you have questions\n\
164regarding use of this software. To submit patches or suggest improvements,\n\ 164regarding use of this software. To submit patches or suggest improvements,\n\
165send email to nagiosplug-devel@lists.sourceforge.net\n" 165send email to nagiosplug-devel@lists.sourceforge.net\n"
166 166
167#define UT_NOWARRANTY "\ 167#define UT_NOWARRANTY "\n\
168The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n\ 168The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n\
169copies of the plugins under the terms of the GNU General Public License.\n\ 169copies of the plugins under the terms of the GNU General Public License.\n\
170For more information about these matters, see the file named COPYING.\n" 170For more information about these matters, see the file named COPYING.\n"