From: SATOH Fumiyasu Date: Mon, 30 Jan 2012 04:27:14 +0000 (+0900) Subject: ITS#7152 Add missing '>' in tools help message X-Git-Tag: OPENLDAP_REL_ENG_2_4_30~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=daac096bfc0816e9debe2eeacb78e28fb54da551;p=openldap ITS#7152 Add missing '>' in tools help message --- diff --git a/clients/tools/common.c b/clients/tools/common.c index 0eacbbbc9c..63e246c33a 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -341,7 +341,7 @@ N_(" -I use SASL Interactive mode\n"), N_(" -n show what would be done but don't actually do it\n"), N_(" -N do not use reverse DNS to canonicalize SASL host name\n"), N_(" -O props SASL security properties\n"), -N_(" -o [=[=] general options\n"), N_(" nettimeout= (in seconds, or \"none\" or \"max\")\n"), N_(" ldif-wrap= (in columns, or \"no\" for no wrapping)\n"), N_(" -p port port on LDAP server\n"),