ITS#7152 Add missing '>' in tools help message

This commit is contained in:
SATOH Fumiyasu 2012-01-30 13:27:14 +09:00 committed by Howard Chu
parent 35ee3c1bba
commit 1542d29a99

View 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"),