mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
clarify ALL
This commit is contained in:
parent
02fbe44e79
commit
4297ec242a
@ -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 ] );
|
||||
|
Loading…
Reference in New Issue
Block a user