]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Minor cosmetic fix of squid_ldap_auth usage message
authorhno <>
Wed, 17 Oct 2001 18:33:34 +0000 (18:33 +0000)
committerhno <>
Wed, 17 Oct 2001 18:33:34 +0000 (18:33 +0000)
helpers/basic_auth/LDAP/squid_ldap_auth.c

index bf2a03ca4b61624964be16b6c92b32564ad648e6..e5a83504c0936df5a4a7d03548bfa4d16f834342 100644 (file)
@@ -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");