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

Cleanup slapcat usage

parent 9e8d2c5b
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ usage( int tool, const char *progname )
case SLAPCAT:
options = "\n\t[-n databasenumber | -b suffix]"
" [-l ldiffile] [-a filter] [-m] [-k]\n";
" [-l ldiffile] [-a filter]\n";
break;
case SLAPDN:
......@@ -229,7 +229,7 @@ slap_tool_init(
verbose++;
break;
case 'w': /* write context csn on at the end */
case 'w': /* write context csn at the end */
update_ctxcsn++;
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