From 09c26b0356303714ad5d4d078ef38d03c25cb100 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 29 May 2006 02:47:12 +0000 Subject: [PATCH] ITS#4555 add -j option --- doc/man/man8/slapadd.8 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/man/man8/slapadd.8 b/doc/man/man8/slapadd.8 index 39a9785d15..53ea3d4e3c 100644 --- a/doc/man/man8/slapadd.8 +++ b/doc/man/man8/slapadd.8 @@ -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 -- 2.39.5