From: Howard Chu Date: Fri, 8 Jun 2007 09:54:42 +0000 (+0000) Subject: ITS#4939 typo fix from HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_3_36~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5e0f3419cceadfe094e5202ce754b5aadeeca15;p=thirdparty%2Fopenldap.git ITS#4939 typo fix from HEAD --- diff --git a/clients/tools/common.c b/clients/tools/common.c index f50cb97b04..6e47eed512 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -155,7 +155,7 @@ N_(" [!]preread[=] (a comma-separated attribute list)\n"), N_(" abandon, cancel (SIGINT sends abandon/cancel; not really controls)\n") N_(" -f file read operations from `file'\n"), N_(" -h host LDAP server\n"), -N_(" -H URI LDAP Uniform Resource Indentifier(s)\n"), +N_(" -H URI LDAP Uniform Resource Identifier(s)\n"), N_(" -I use SASL Interactive mode\n"), N_(" -k use Kerberos authentication\n"), N_(" -K like -k, but do only step 1 of the Kerberos bind\n"),