mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
Cleanup slapcat usage
This commit is contained in:
parent
9e8d2c5bb1
commit
8d0f39bb83
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue