]> git.sur5r.net Git - openldap/commitdiff
Document truncate mode
authorHoward Chu <hyc@openldap.org>
Wed, 21 Nov 2007 15:53:42 +0000 (15:53 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 21 Nov 2007 15:53:42 +0000 (15:53 +0000)
doc/man/man8/slapindex.8

index 85ea639bda2d3d3294839c22158af35685548ca6..f4dbbe25da378e1dbf034fc19b908d2a1276e840 100644 (file)
@@ -15,6 +15,7 @@ slapindex \- SLAPD index to LDIF utility
 .B [\-n dbnum]
 .B [\-o name[=value]]
 .B [\-q]
+.B [\-t]
 .B [\-v]
 .B [attr] [...]
 .B 
@@ -116,6 +117,10 @@ when writing the database. Improves indexing time,
 the database will most likely be unusable if any errors or
 interruptions occur.
 .TP
+.B \-t
+enable truncate mode. Truncates (empties) an index database before indexing
+any entries. May only be used with Quick mode.
+.TP
 .B \-v
 enable verbose mode.
 .SH LIMITATIONS