]> git.sur5r.net Git - openldap/commitdiff
Document -s and -c modes.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 18 Aug 1999 01:49:42 +0000 (01:49 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 18 Aug 1999 01:49:42 +0000 (01:49 +0000)
doc/man/man8/slapadd.8
doc/man/man8/slapcat.8

index 4dac92d9006d3d9029a6f7223c6115a064048c79..15dee333ae76e76cefcc9bdfd60e8ffa8808aa9f 100644 (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 .
index 20e8369fa24a89008b8e97b689b74e2612a8e2b1..049041d9da54f35cc97cfae8201e248474ea4223 100644 (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 .