From: Kurt Zeilenga Date: Wed, 17 Mar 2004 20:50:35 +0000 (+0000) Subject: Be consistent with element separators. X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~239 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e32c872664d0bb9df56cf2530b95971bf7e87621;p=openldap Be consistent with element separators. --- diff --git a/clients/tools/common.c b/clients/tools/common.c index 5226bfad81..29f469d751 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -103,11 +103,11 @@ N_(" -e [!][=] general extensions (! indicates criticality)\n") N_(" [!]assert= (an RFC 2254 Filter)\n") N_(" [!]authzid= (\"dn:\" or \"u:\")\n") N_(" [!]manageDSAit\n") -N_(" [!]noop\n"), +N_(" [!]noop\n") #ifdef LDAP_CONTROL_PASSWORDPOLICYREQUEST -N_(" ppolicy\n"), +N_(" ppolicy\n") #endif -N_(" [!]postread[=] (a comma-separated attribute list)\n"), +N_(" [!]postread[=] (a comma-separated attribute list)\n") N_(" [!]preread[=] (a comma-separated attribute list)\n"), N_(" -f file read operations from `file'\n"), N_(" -h host LDAP server\n"),