]> git.sur5r.net Git - openldap/commitdiff
Clarify that referrals are chased anonymously
authorKurt Zeilenga <kurt@openldap.org>
Tue, 2 Dec 2003 18:02:24 +0000 (18:02 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 2 Dec 2003 18:02:24 +0000 (18:02 +0000)
clients/tools/common.c

index 9c02f0c36620fc5d04aa98ae5fe46fa31852749b..e6dac28c8c524b4ece04381d4dec0ba5c4ec423d 100644 (file)
@@ -95,7 +95,7 @@ tool_common_usage( void )
 {
        static const char *const descriptions[] = {
 N_("  -c         continuous operation mode (do not stop on errors)\n"),
-N_("  -C         chase referrals\n"),
+N_("  -C         chase referrals (anonymously)\n"),
 N_("  -d level   set LDAP debugging level to `level'\n"),
 N_("  -D binddn  bind DN\n"),
 N_("  -e [!]<ctrl>[=<ctrlparam>] general controls (! indicates criticality)\n")