]> git.sur5r.net Git - openldap/commitdiff
ITS#7152 Add missing '>' in tools help message
authorSATOH Fumiyasu <fumiyas@osstech.co.jp>
Mon, 30 Jan 2012 04:27:14 +0000 (13:27 +0900)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 28 Feb 2012 05:07:12 +0000 (21:07 -0800)
clients/tools/common.c

index 0eacbbbc9c816251d118c356a9417969986cf34e..63e246c33abac7ff72a696f81c820ea3a160c9dc 100644 (file)
@@ -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 <opt>[=<optparam] general options\n"),
+N_("  -o <opt>[=<optparam>] general options\n"),
 N_("             nettimeout=<timeout> (in seconds, or \"none\" or \"max\")\n"),
 N_("             ldif-wrap=<width> (in columns, or \"no\" for no wrapping)\n"),
 N_("  -p port    port on LDAP server\n"),