]> git.sur5r.net Git - openldap/commitdiff
ITS#4555 add -j option
authorHoward Chu <hyc@openldap.org>
Mon, 29 May 2006 02:47:12 +0000 (02:47 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 29 May 2006 02:47:12 +0000 (02:47 +0000)
doc/man/man8/slapadd.8

index 39a9785d1541e3103c1a6939945e90d38d705391..53ea3d4e3c7ab57425911c8860106e4afc08b246 100644 (file)
@@ -12,6 +12,7 @@ slapadd \- Add entries to a SLAPD database
 .B [\-d level]
 .B [\-f slapd.conf]
 .B [\-F confdir]
+.B [\-j lineno]
 .B [\-l ldif-file]
 .B [\-n dbnum]
 .B [\-o name[=value]
@@ -81,6 +82,11 @@ no conversion will occur.
 disable subordinate gluing.  Only the specified database will be
 processed, and not its glued subordinates (if any).
 .TP
+.BI \-j " lineno"
+Jump to the specified line number in the LDIF file before processing
+any entries. This allows a load that was aborted due to errors in the
+input LDIF to be resumed after the errors are corrected.
+.TP
 .BI \-l " ldif-file"
 Read LDIF from the specified file instead of standard input.
 .TP