diff options
-rw-r--r-- | plugins/check_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index a0b739c..d731cbc 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c | |||
@@ -412,7 +412,7 @@ 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 (" %s\n", _("use ldaps (ldap v2 ssl method). this also sets the default port to %s"), LDAPS_PORT); | 415 | printf (_(" use ldaps (ldap v2 ssl method). this also sets the default port to %i\n"), 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]"); |