]> 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)
committerHoward Chu <hyc@openldap.org>
Thu, 23 Feb 2012 22:48:32 +0000 (14:48 -0800)
clients/tools/common.c

index 0b7e6bc228f46fa039067eab68892a02a6465122..5624945c5127da30754ddbdc1e3f39539a0becca 100644 (file)
@@ -374,7 +374,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"),