mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
advertize LDAP_SCOPE_SUBORDINATE support
This commit is contained in:
parent
87a63d3b5d
commit
e739f5a09a
@ -121,7 +121,11 @@ usage( void )
|
||||
fprintf( stderr, _(" -LL print responses in LDIF format without comments\n"));
|
||||
fprintf( stderr, _(" -LLL print responses in LDIF format without comments\n"));
|
||||
fprintf( stderr, _(" and version\n"));
|
||||
#ifdef LDAP_SCOPE_SUBORDINATE
|
||||
fprintf( stderr, _(" -s scope one of base, one, sub or children (search scope)\n"));
|
||||
#else /* ! LDAP_SCOPE_SUBORDINATE */
|
||||
fprintf( stderr, _(" -s scope one of base, one, or sub (search scope)\n"));
|
||||
#endif /* ! LDAP_SCOPE_SUBORDINATE */
|
||||
fprintf( stderr, _(" -S attr sort the results by attribute `attr'\n"));
|
||||
fprintf( stderr, _(" -t write binary values to files in temporary directory\n"));
|
||||
fprintf( stderr, _(" -tt write all values to files in temporary directory\n"));
|
||||
|
Loading…
Reference in New Issue
Block a user