]> git.sur5r.net Git - openldap/commitdiff
ALL clarification from HEAD
authorKurt Zeilenga <kurt@openldap.org>
Sat, 26 Nov 2005 17:23:20 +0000 (17:23 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 26 Nov 2005 17:23:20 +0000 (17:23 +0000)
clients/tools/ldapsearch.c

index 86b1c404a7babe2c35fd1be54c5cd491d2a0ee73..63d01d4761d486c313299e09edf354b7876f1ce8 100644 (file)
@@ -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 ] );