diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index d731cbc..6a46ff1 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c | |||
@@ -412,14 +412,14 @@ print_help (void) | |||
412 | printf (" %s\n", "-T [--starttls]"); | 412 | printf (" %s\n", "-T [--starttls]"); |
413 | printf (" %s\n", _("use starttls mechanism introduced in protocol version 3")); | 413 | printf (" %s\n", _("use starttls mechanism introduced in protocol version 3")); |
414 | printf (" %s\n", "-S [--ssl]"); | 414 | printf (" %s\n", "-S [--ssl]"); |
415 | printf (_(" use ldaps (ldap v2 ssl method). this also sets the default port to %i\n"), LDAPS_PORT); | 415 | printf (" %s %i\n", _("use ldaps (ldap v2 ssl method). this also sets the default port to"), LDAPS_PORT); |
416 | 416 | ||
417 | #ifdef HAVE_LDAP_SET_OPTION | 417 | #ifdef HAVE_LDAP_SET_OPTION |
418 | printf (" %s\n", "-2 [--ver2]"); | 418 | printf (" %s\n", "-2 [--ver2]"); |
419 | printf (" %s\n", _("use ldap protocol version 2")); | 419 | printf (" %s\n", _("use ldap protocol version 2")); |
420 | printf (" %s\n", "-3 [--ver3]"); | 420 | printf (" %s\n", "-3 [--ver3]"); |
421 | printf (" %s\n", _("use ldap protocol version 3")); | 421 | printf (" %s\n", _("use ldap protocol version 3")); |
422 | printf (" (default protocol version: %d)\n", DEFAULT_PROTOCOL); | 422 | printf (" (%s %d)\n", _("default protocol version:"), DEFAULT_PROTOCOL); |
423 | #endif | 423 | #endif |
424 | 424 | ||
425 | printf (_(UT_WARN_CRIT)); | 425 | printf (_(UT_WARN_CRIT)); |