mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
cleanup options
This commit is contained in:
parent
4cba10c13e
commit
2605dfa81f
@ -49,7 +49,7 @@ usage( int tool, const char *progname )
|
||||
{
|
||||
char *options = NULL;
|
||||
fprintf( stderr,
|
||||
"usage: %s [-v] [-c] [-d debuglevel] [-f configfile]",
|
||||
"usage: %s [-v] [-d debuglevel] [-f configfile] [-F configdir]",
|
||||
progname );
|
||||
|
||||
switch( tool ) {
|
||||
@ -60,7 +60,7 @@ usage( int tool, const char *progname )
|
||||
break;
|
||||
|
||||
case SLAPADD:
|
||||
options = "\n\t[-n databasenumber | -b suffix]\n"
|
||||
options = " [-c]\n\t[-n databasenumber | -b suffix]\n"
|
||||
"\t[-l ldiffile] [-q] [-u] [-w]\n";
|
||||
break;
|
||||
|
||||
@ -69,7 +69,7 @@ usage( int tool, const char *progname )
|
||||
break;
|
||||
|
||||
case SLAPCAT:
|
||||
options = "\n\t[-n databasenumber | -b suffix]"
|
||||
options = " [-c]\n\t[-n databasenumber | -b suffix]"
|
||||
" [-l ldiffile] [-a filter]\n";
|
||||
break;
|
||||
|
||||
@ -78,7 +78,7 @@ usage( int tool, const char *progname )
|
||||
break;
|
||||
|
||||
case SLAPINDEX:
|
||||
options = "\n\t[-n databasenumber | -b suffix] [-q]\n";
|
||||
options = " [-c]\n\t[-n databasenumber | -b suffix] [-q]\n";
|
||||
break;
|
||||
|
||||
case SLAPTEST:
|
||||
|
Loading…
Reference in New Issue
Block a user