From e5324624caefb201439012d795bebdf46966ec9c Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Thu, 15 Jun 2006 12:52:25 +0000 Subject: cleaning help and usage git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1432 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_ldap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/check_ldap.c') diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index 4f143280..7f8b7fd9 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c @@ -21,7 +21,7 @@ /* progname may be check_ldaps */ char *progname = "check_ldap"; const char *revision = "$Revision$"; -const char *copyright = "2000-2004"; +const char *copyright = "2000-2006"; const char *email = "nagiosplug-devel@lists.sourceforge.net"; #include "common.h" @@ -392,8 +392,8 @@ print_help (void) void print_usage (void) { - printf ("\ -Usage: %s -H -b [-p ] [-a ] [-D ]\n\ + printf (_("Usage:")); + printf ("\%s -H -b [-p ] [-a ] [-D ]\n\ [-P ] [-w ] [-c ]\n\ [-t timeout]%s\n", //(Note: all times are in seconds.)\n", -- cgit v1.2.3-74-g34f1