From fb6590f8db1b3cec24e00a888e033ee427d4aaab Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 5 Sep 2000 18:52:10 +0000 Subject: [PATCH] Add -H to usage --- clients/tools/ldapdelete.c | 1 + clients/tools/ldapmodify.c | 1 + clients/tools/ldapmodrdn.c | 1 + clients/tools/ldapsearch.c | 1 + 4 files changed, 4 insertions(+) diff --git a/clients/tools/ldapdelete.c b/clients/tools/ldapdelete.c index c01c90f3f8..b4beafab0b 100644 --- a/clients/tools/ldapdelete.c +++ b/clients/tools/ldapdelete.c @@ -63,6 +63,7 @@ usage( const char *s ) " -D binddn bind DN\n" " -f file read operations from `file'\n" " -h host LDAP server\n" +" -H URI LDAP Uniform Resource Indentifier(s)\n" " -I use SASL Interactive mode\n" " -k use Kerberos authentication\n" " -K like -k, but do only step 1 of the Kerberos bind\n" diff --git a/clients/tools/ldapmodify.c b/clients/tools/ldapmodify.c index 2be61b8dad..e6fedb1198 100644 --- a/clients/tools/ldapmodify.c +++ b/clients/tools/ldapmodify.c @@ -110,6 +110,7 @@ usage( const char *prog ) " -D binddn bind DN\n" " -f file read operations from `file'\n" " -h host LDAP server\n" +" -H URI LDAP Uniform Resource Indentifier(s)\n" " -I use SASL Interactive mode\n" " -k use Kerberos authentication\n" " -K like -k, but do only step 1 of the Kerberos bind\n" diff --git a/clients/tools/ldapmodrdn.c b/clients/tools/ldapmodrdn.c index 2e68fa816e..066ebfd6dc 100644 --- a/clients/tools/ldapmodrdn.c +++ b/clients/tools/ldapmodrdn.c @@ -77,6 +77,7 @@ usage( const char *s ) " -D binddn bind DN\n" " -f file read operations from `file'\n" " -h host LDAP server\n" +" -H URI LDAP Uniform Resource Indentifier(s)\n" " -I use SASL Interactive mode\n" " -k use Kerberos authentication\n" " -K like -k, but do only step 1 of the Kerberos bind\n" diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c index dd2712bdcd..1636bcded6 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -70,6 +70,7 @@ usage( const char *s ) " -D binddn bind DN\n" " -f file read operations from `file'\n" " -h host LDAP server\n" +" -H URI LDAP Uniform Resource Indentifier(s)\n" " -I use SASL Interactive mode\n" " -k use Kerberos authentication\n" " -K like -k, but do only step 1 of the Kerberos bind\n" -- 2.39.5