From: Kurt Zeilenga Date: Thu, 15 Jul 1999 20:26:06 +0000 (+0000) Subject: Fix all user attributes usage statement X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=078b56368dd6e889eab589c861df90a441e4113a;p=openldap Fix all user attributes usage statement --- diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c index 85a42c1b92..be840ee596 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -22,9 +22,9 @@ usage( char *s ) fprintf( stderr, "usage: %s [options] filter [attributes...]\nwhere:\n", s ); fprintf( stderr, " filter\tRFC-1558 compliant LDAP search filter\n" ); fprintf( stderr, " attributes\twhitespace-separated list of attributes to retrieve\n" ); + fprintf( stderr, "\t\t* -- all user attributes\n" ); fprintf( stderr, "\t\tempty list -- all non-operational attributes\n" ); fprintf( stderr, "\t\t1.1 -- no attributes\n" ); - fprintf( stderr, "\t\t* -- all attributes\n" ); fprintf( stderr, "options:\n" ); fprintf( stderr, " -n\t\tshow what would be done but don't actually search\n" ); fprintf( stderr, " -v\t\trun in verbose mode (diagnostics to standard output)\n" );