mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
document -u option
This commit is contained in:
parent
a0c58e5f40
commit
c4b925f343
@ -8,6 +8,7 @@ slapadd \- Add entries to a SLAPD database
|
||||
.B SBINDIR/slapadd
|
||||
.B [\-v]
|
||||
.B [\-c]
|
||||
.B [\-u]
|
||||
.B [\-d level]
|
||||
.B [\-b suffix]
|
||||
.B [\-n dbnum]
|
||||
@ -43,6 +44,9 @@ enable verbose mode.
|
||||
.B \-c
|
||||
enable continue (ignore errors) mode.
|
||||
.TP
|
||||
.B \-u
|
||||
enable dry-run (don't write to backend) mode.
|
||||
.TP
|
||||
.BI \-d " level"
|
||||
enable debugging messages as defined by the specified
|
||||
.IR level .
|
||||
|
@ -47,7 +47,7 @@ usage( int tool )
|
||||
|
||||
switch( tool ) {
|
||||
case SLAPADD:
|
||||
options = "\t[-l ldiffile]\n";
|
||||
options = "\t[-l ldiffile] [-u]\n";
|
||||
break;
|
||||
|
||||
case SLAPCAT:
|
||||
|
Loading…
Reference in New Issue
Block a user