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 ] );