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 c0b33a8..80c0907 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c | |||
@@ -333,10 +333,10 @@ print_help (void) | |||
333 | void | 333 | void |
334 | print_usage (void) | 334 | print_usage (void) |
335 | { | 335 | { |
336 | printf (_("\ | 336 | printf ("\ |
337 | Usage: %s -H <host> -b <base_dn> [-p <port>] [-a <attr>] [-D <binddn>]\n\ | 337 | Usage: %s -H <host> -b <base_dn> [-p <port>] [-a <attr>] [-D <binddn>]\n\ |
338 | [-P <password>] [-w <warn_time>] [-c <crit_time>] [-t timeout]%s\n\ | 338 | [-P <password>] [-w <warn_time>] [-c <crit_time>] [-t timeout]%s\n\ |
339 | (Note: all times are in seconds.)\n"), | 339 | (Note: all times are in seconds.)\n", |
340 | progname, | 340 | progname, |
341 | #ifdef HAVE_LDAP_SET_OPTION | 341 | #ifdef HAVE_LDAP_SET_OPTION |
342 | " [-2|-3] [-4|-6]" | 342 | " [-2|-3] [-4|-6]" |
@@ -345,5 +345,5 @@ Usage: %s -H <host> -b <base_dn> [-p <port>] [-a <attr>] [-D <binddn>]\n\ | |||
345 | #endif | 345 | #endif |
346 | ); | 346 | ); |
347 | 347 | ||
348 | printf (_(UT_HLP_VRS), progname, progname); | 348 | printf (UT_HLP_VRS, progname, progname); |
349 | } | 349 | } |