From b2f5280ded6f99aa58ea621affa72a62f52d4d6e Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga <kurt@openldap.org> Date: Sat, 26 Nov 2005 17:23:20 +0000 Subject: [PATCH] ALL clarification from HEAD --- clients/tools/ldapsearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] ); -- GitLab