Document truncate mode

This commit is contained in:
Howard Chu 2007-11-21 15:53:42 +00:00
parent 1ed9b5c3bc
commit 50b1d9025f

View 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