From 694194dd8ab4d9115554f386938d503d60c96e9e Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Fri, 3 Dec 2004 17:48:53 +0000 Subject: some minor fixes git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@992 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/negate.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/negate.c') diff --git a/plugins/negate.c b/plugins/negate.c index e0f99750..e03f7e68 100644 --- a/plugins/negate.c +++ b/plugins/negate.c @@ -274,7 +274,8 @@ Otherwise, the output state of the wrapped plugin is unchanged.\n")); void print_usage (void) { - printf (_("Usage: %s [-t timeout] \n"), + printf ("Usage: %s [-t timeout] \n", progname); - printf (_(UT_HLP_VRS), progname, progname); + + printf (UT_HLP_VRS, progname, progname); } -- cgit v1.2.3-74-g34f1