From: Kurt Zeilenga Date: Wed, 18 Aug 1999 01:49:42 +0000 (+0000) Subject: Document -s and -c modes. X-Git-Tag: TWEB_OL_BASE~179 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9f6185ab126d3d2c7812f71574e81a50ce557a72;p=openldap Document -s and -c modes. --- diff --git a/doc/man/man8/slapadd.8 b/doc/man/man8/slapadd.8 index 4dac92d900..15dee333ae 100644 --- a/doc/man/man8/slapadd.8 +++ b/doc/man/man8/slapadd.8 @@ -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 . diff --git a/doc/man/man8/slapcat.8 b/doc/man/man8/slapcat.8 index 20e8369fa2..049041d9da 100644 --- a/doc/man/man8/slapcat.8 +++ b/doc/man/man8/slapcat.8 @@ -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 .