From: Kurt Zeilenga Date: Tue, 2 Dec 2003 18:02:24 +0000 (+0000) Subject: Clarify that referrals are chased anonymously X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~297 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d78a5a4d251415c6a19f4a12401ab953c97ff0f1;p=openldap Clarify that referrals are chased anonymously --- diff --git a/clients/tools/common.c b/clients/tools/common.c index 9c02f0c366..e6dac28c8c 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -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 [!][=] general controls (! indicates criticality)\n")