]> git.sur5r.net Git - openldap/commitdiff
Document the '-q' quick mode option
authorHoward Chu <hyc@openldap.org>
Tue, 22 Feb 2005 13:24:21 +0000 (13:24 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 22 Feb 2005 13:24:21 +0000 (13:24 +0000)
doc/man/man8/slapadd.8
doc/man/man8/slapindex.8

index 29efdec7845ab71ea68055b6431c0a8edb4dca25..bc496a3c5485e221d1cb8975125fc38eb88bee04 100644 (file)
@@ -9,6 +9,7 @@ slapadd \- Add entries to a SLAPD database
 .B [\-v]
 .B [\-c]
 .B [\-u]
+.B [\-q]
 .B [\-w]
 .B [\-d level]
 .B [\-b suffix]
@@ -46,6 +47,12 @@ enable continue (ignore errors) mode.
 .B \-u
 enable dry-run (don't write to backend) mode.
 .TP
+.B \-q
+enable quick (fewer integrity checks) mode.  Does fewer consistency checks
+on the input data, and no consistency checks when writing the database.
+Improves the load time but if any errors or interruptions occur the resulting
+database will be unusable.
+.TP
 .BI \-w
 write syncrepl context information.
 After all entries are added, the contextCSN
index be692667bdd86e0862204134cccb159f4fdb450f..453735c024a0fb952f2c9dd32bdb61e26c840706 100644 (file)
@@ -8,6 +8,7 @@ slapindex \- SLAPD index to LDIF utility
 .B SBINDIR/slapindex
 .B [\-v]
 .B [\-c]
+.B [\-q]
 .B [\-d level]
 .B [\-b suffix]
 .B [\-n dbnum]
@@ -31,6 +32,11 @@ enable verbose mode.
 .B \-c
 enable continue (ignore errors) mode.
 .TP
+.B \-q
+enable quick (fewer integrity checks) mode. Performs no consistency checks
+when writing the database. Improves indexing time, but if any errors or
+interruptions occur the database will most likely be unusable.
+.TP
 .BI \-d " level"
 enable debugging messages as defined by the specified
 .IR level .