mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Add -q quick option for slapindex too
This commit is contained in:
parent
87ad189972
commit
51c4161ca9
1 changed files with 3 additions and 3 deletions
|
|
@ -60,7 +60,7 @@ usage( int tool, const char *progname )
|
|||
|
||||
case SLAPADD:
|
||||
options = "\n\t[-n databasenumber | -b suffix]\n"
|
||||
"\t[-l ldiffile] [-u] [-w]\n";
|
||||
"\t[-l ldiffile] [-q] [-u] [-w]\n";
|
||||
break;
|
||||
|
||||
case SLAPAUTH:
|
||||
|
|
@ -77,7 +77,7 @@ usage( int tool, const char *progname )
|
|||
break;
|
||||
|
||||
case SLAPINDEX:
|
||||
options = "\n\t[-n databasenumber | -b suffix]\n";
|
||||
options = "\n\t[-n databasenumber | -b suffix] [-q]\n";
|
||||
break;
|
||||
|
||||
case SLAPTEST:
|
||||
|
|
@ -151,7 +151,7 @@ slap_tool_init(
|
|||
break;
|
||||
|
||||
case SLAPINDEX:
|
||||
options = "b:cd:f:n:v";
|
||||
options = "b:cd:f:n:qv";
|
||||
mode |= SLAP_TOOL_READMAIN;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue