]> git.sur5r.net Git - openldap/commitdiff
Fix all user attributes usage statement
authorKurt Zeilenga <kurt@openldap.org>
Thu, 15 Jul 1999 20:26:06 +0000 (20:26 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 15 Jul 1999 20:26:06 +0000 (20:26 +0000)
clients/tools/ldapsearch.c

index 85a42c1b92e3e219cfaf7e074e225022c27bf92f..be840ee596e1551bfa4ae7ca11774743a563ac63 100644 (file)
@@ -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" );