diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2006-06-15 12:52:25 +0000 |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2006-06-15 12:52:25 +0000 |
commit | e5324624caefb201439012d795bebdf46966ec9c (patch) | |
tree | 0d94d5ab9044c1ac6aebf67906e7d7626135c1fb /plugins/check_ldap.c | |
parent | 180f20d60dde6e2584e2abda4e9f9e4fc6d8c1ae (diff) | |
download | monitoring-plugins-e5324624caefb201439012d795bebdf46966ec9c.tar.gz |
cleaning help and usage
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1432 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r-- | plugins/check_ldap.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <host> -b <base_dn> [-p <port>] [-a <attr>] [-D <binddn>]\n\ + printf (_("Usage:")); + printf ("\%s -H <host> -b <base_dn> [-p <port>] [-a <attr>] [-D <binddn>]\n\ [-P <password>] [-w <warn_time>] [-c <crit_time>]\n\ [-t timeout]%s\n", //(Note: all times are in seconds.)\n", |