Skip to content
Snippets Groups Projects
Commit 51c4161c authored by Howard Chu's avatar Howard Chu
Browse files

Add -q quick option for slapindex too

parent 87ad1899
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment