From: hno <> Date: Wed, 17 Oct 2001 18:33:34 +0000 (+0000) Subject: Minor cosmetic fix of squid_ldap_auth usage message X-Git-Tag: SQUID_3_0_PRE1~1359 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=de896945cc5e746634ff40a7f92427aa352ad92c;p=thirdparty%2Fsquid.git Minor cosmetic fix of squid_ldap_auth usage message --- diff --git a/helpers/basic_auth/LDAP/squid_ldap_auth.c b/helpers/basic_auth/LDAP/squid_ldap_auth.c index bf2a03ca4b..e5a83504c0 100644 --- a/helpers/basic_auth/LDAP/squid_ldap_auth.c +++ b/helpers/basic_auth/LDAP/squid_ldap_auth.c @@ -235,7 +235,7 @@ main(int argc, char **argv) fprintf(stderr, "\t-D binddn\t\tDN to bind as to perform searches\n"); fprintf(stderr, "\t-w bindpasswd\t\tpassword for binddn\n"); fprintf(stderr, "\t-h server\t\tLDAP server (defaults to localhost)\n"); - fprintf(stderr, "\t-p port\t\tLDAP server port\n"); + fprintf(stderr, "\t-p port\t\t\tLDAP server port\n"); fprintf(stderr, "\t-P\t\t\tpersistent LDAP connection\n"); fprintf(stderr, "\t-R\t\t\tdo not follow referrals\n"); fprintf(stderr, "\t-a never|always|search|find\n\t\t\t\twhen to dereference aliases\n");