mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Document -s and -c modes.
This commit is contained in:
parent
ac50982e37
commit
9f6185ab12
2 changed files with 12 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ slapadd \- Add entries to a SLAPD database
|
|||
.SH SYNOPSIS
|
||||
.B SBINDIR/slapadd
|
||||
.B [\-v]
|
||||
.B [\-c]
|
||||
.B [\-s]
|
||||
.B [\-d level]
|
||||
.B [\-b suffix]
|
||||
.B [\-n dbnum]
|
||||
|
|
@ -30,6 +32,12 @@ The LDIF generated by this tool is suitable for use with
|
|||
.B \-v
|
||||
enable verbose mode.
|
||||
.TP
|
||||
.B \-c
|
||||
enable continue (ignore errors) mode.
|
||||
.TP
|
||||
.B \-s
|
||||
disable schema and other checks.
|
||||
.TP
|
||||
.BI \-d " level"
|
||||
enable debugging messages as defined by the specified
|
||||
.IR level .
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ slapcat \- SLAPD database to LDIF utility
|
|||
.SH SYNOPSIS
|
||||
.B SBINDIR/slapcat
|
||||
.B [\-v]
|
||||
.B [\-c]
|
||||
.B [\-d level]
|
||||
.B [\-b suffix]
|
||||
.B [\-n dbnum]
|
||||
|
|
@ -31,6 +32,9 @@ or
|
|||
.B \-v
|
||||
enable verbose mode.
|
||||
.TP
|
||||
.B \-c
|
||||
enable continue (ignore errors) mode.
|
||||
.TP
|
||||
.BI \-d " level"
|
||||
enable debugging messages as defined by the specified
|
||||
.IR level .
|
||||
|
|
|
|||
Loading…
Reference in a new issue