[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1880] nagiosplug/trunk/plugins/check_ldap.c

hweiss at users.sourceforge.net hweiss at users.sourceforge.net
Wed Dec 19 19:41:01 CET 2007


Revision: 1880
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1880&view=rev
Author:   hweiss
Date:     2007-12-19 10:41:01 -0800 (Wed, 19 Dec 2007)

Log Message:
-----------
Fix the "--help" output.

Modified Paths:
--------------
    nagiosplug/trunk/plugins/check_ldap.c

Modified: nagiosplug/trunk/plugins/check_ldap.c
===================================================================
--- nagiosplug/trunk/plugins/check_ldap.c	2007-12-19 10:08:06 UTC (rev 1879)
+++ nagiosplug/trunk/plugins/check_ldap.c	2007-12-19 18:41:01 UTC (rev 1880)
@@ -412,7 +412,7 @@
   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]");


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list