From e32c872664d0bb9df56cf2530b95971bf7e87621 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 17 Mar 2004 20:50:35 +0000 Subject: [PATCH] Be consistent with element separators. --- clients/tools/common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"), -- 2.39.5