Code

Fix the "--help" output.
authorHolger Weiss <hweiss@users.sourceforge.net>
Wed, 19 Dec 2007 18:41:01 +0000 (18:41 +0000)
committerHolger Weiss <hweiss@users.sourceforge.net>
Wed, 19 Dec 2007 18:41:01 +0000 (18:41 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1880 f882894a-f735-0410-b71e-b25c423dba1c

plugins/check_ldap.c

index a0b739cc573af96e7bd5ce36258f59b974667e6b..d731cbca63aeffbe3da71ca8a130a414640ef30f 100644 (file)
@@ -412,7 +412,7 @@ print_help (void)
   printf (" %s\n", "-T [--starttls]");
   printf ("    %s\n", _("use starttls mechanism introduced in protocol version 3"));
   printf (" %s\n", "-S [--ssl]");
-  printf ("    %s\n", _("use ldaps (ldap v2 ssl method). this also sets the default port to %s"), LDAPS_PORT);
+  printf (_("    use ldaps (ldap v2 ssl method). this also sets the default port to %i\n"), LDAPS_PORT);
 
 #ifdef HAVE_LDAP_SET_OPTION
        printf (" %s\n", "-2 [--ver2]");