[Date Prev][Date Next] [Chronological] [Thread] [Top]

ldapadd and ldapmodify usage text omits -C (ITS#2105)



Full_Name: Andrew Findlay
Version: HEAD 23 Sept 2002
OS: Linux
URL: 
Submission from: (NULL) (217.206.98.194)


The usage message produced by ldapadd and ldapmodify does not list the -C
option,
even though that option is accepted and is documented in the manpage.

Suggested patch:

[tools]$ diff -u ldapmodify.c.dist ldapmodify.c
--- ldapmodify.c.dist	Mon Sep 23 10:39:05 2002
+++ ldapmodify.c	Mon Sep 23 11:41:08 2002
@@ -110,6 +110,7 @@
 "	specified by \"-f file\".\n"
 "Add or modify options:\n"
 "  -a         add values (default%s)\n"
+"  -C         automatically chase referrals\n"
 "  -c         continuous operation mode (do not stop on errors)\n"
 "  -F         force all changes records to be used\n"
 "  -S file    write skipped modifications to `file'\n"