diff options
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 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 */ |
22 | char *progname = "check_ldap"; | 22 | char *progname = "check_ldap"; |
23 | const char *revision = "$Revision$"; | 23 | const char *revision = "$Revision$"; |
24 | const char *copyright = "2000-2004"; | 24 | const char *copyright = "2000-2006"; |
25 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 25 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; |
26 | 26 | ||
27 | #include "common.h" | 27 | #include "common.h" |
@@ -392,8 +392,8 @@ print_help (void) | |||
392 | void | 392 | void |
393 | print_usage (void) | 393 | print_usage (void) |
394 | { | 394 | { |
395 | printf ("\ | 395 | printf (_("Usage:")); |
396 | Usage: %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", |