From: Kurt Zeilenga Date: Sat, 26 Nov 2005 17:23:20 +0000 (+0000) Subject: ALL clarification from HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_3_13~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b2f5280ded6f99aa58ea621affa72a62f52d4d6e;p=openldap ALL clarification from HEAD --- diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c index 86b1c404a7..63d01d4761 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -794,7 +794,7 @@ getNextPage: filtpattern ); if ( attrs == NULL ) { - fprintf( stderr, _("ALL") ); + fprintf( stderr, _("All userApplication attributes") ); } else { for ( i = 0; attrs[ i ] != NULL; ++i ) { fprintf( stderr, "%s ", attrs[ i ] );