From 4297ec242ae6440e15bb241a2c178e3c59aba455 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 25 Nov 2005 07:27:38 +0000 Subject: [PATCH] clarify ALL --- 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 798e8c899d..aaa290fcd0 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -918,7 +918,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 ] ); -- 2.39.5