From: Kurt Zeilenga Date: Tue, 5 Sep 2000 18:52:10 +0000 (+0000) Subject: Add -H to usage X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2103 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fb6590f8db1b3cec24e00a888e033ee427d4aaab;p=openldap Add -H to usage --- 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"