Document -s and -c modes.

This commit is contained in:
Kurt Zeilenga 1999-08-18 01:49:42 +00:00
parent ac50982e37
commit 9f6185ab12
2 changed files with 12 additions and 0 deletions

View file

@ -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 .

View file

@ -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 .