summaryrefslogtreecommitdiffstats
path: root/plugins/check_ldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r--plugins/check_ldap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c
index 4f14328..7f8b7fd 100644
--- a/plugins/check_ldap.c
+++ b/plugins/check_ldap.c
@@ -21,7 +21,7 @@
21/* progname may be check_ldaps */ 21/* progname may be check_ldaps */
22char *progname = "check_ldap"; 22char *progname = "check_ldap";
23const char *revision = "$Revision$"; 23const char *revision = "$Revision$";
24const char *copyright = "2000-2004"; 24const char *copyright = "2000-2006";
25const char *email = "nagiosplug-devel@lists.sourceforge.net"; 25const char *email = "nagiosplug-devel@lists.sourceforge.net";
26 26
27#include "common.h" 27#include "common.h"
@@ -392,8 +392,8 @@ print_help (void)
392void 392void
393print_usage (void) 393print_usage (void)
394{ 394{
395 printf ("\ 395 printf (_("Usage:"));
396Usage: %s -H <host> -b <base_dn> [-p <port>] [-a <attr>] [-D <binddn>]\n\ 396 printf ("\%s -H <host> -b <base_dn> [-p <port>] [-a <attr>] [-D <binddn>]\n\
397 [-P <password>] [-w <warn_time>] [-c <crit_time>]\n\ 397 [-P <password>] [-w <warn_time>] [-c <crit_time>]\n\
398 [-t timeout]%s\n", 398 [-t timeout]%s\n",
399//(Note: all times are in seconds.)\n", 399//(Note: all times are in seconds.)\n",