]> git.sur5r.net Git - openldap/commitdiff
document -u option
authorPierangelo Masarati <ando@openldap.org>
Tue, 18 Mar 2003 10:38:23 +0000 (10:38 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 18 Mar 2003 10:38:23 +0000 (10:38 +0000)
doc/man/man8/slapadd.8
servers/slapd/tools/slapcommon.c

index df4ed7bed8363acd748bf6fe470e6dd21f24e414..9ffba940ec8307184484d2aad0dd6b636677d972 100644 (file)
@@ -8,6 +8,7 @@ slapadd \- Add entries to a SLAPD database
 .B SBINDIR/slapadd
 .B [\-v]
 .B [\-c]
+.B [\-u]
 .B [\-d level]
 .B [\-b suffix]
 .B [\-n dbnum]
@@ -43,6 +44,9 @@ enable verbose mode.
 .B \-c
 enable continue (ignore errors) mode.
 .TP
+.B \-u
+enable dry-run (don't write to backend) mode.
+.TP
 .BI \-d " level"
 enable debugging messages as defined by the specified
 .IR level .
index 519d1f8c66a59d967e3756ed4309b6c4f1e528f5..d78f3bc0c218d4873e25152decc6a0006dd2c1fe 100644 (file)
@@ -47,7 +47,7 @@ usage( int tool )
 
        switch( tool ) {
        case SLAPADD:
-               options = "\t[-l ldiffile]\n";
+               options = "\t[-l ldiffile] [-u]\n";
                break;
 
        case SLAPCAT: