From: Quanah Gibson-Mount Date: Mon, 2 Apr 2007 00:44:09 +0000 (+0000) Subject: Fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_3_35~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3db8c1a6f8dd0240aeef6a1c02a257909acc5d34;p=thirdparty%2Fopenldap.git Fix typo --- diff --git a/clients/tools/common.c b/clients/tools/common.c index ea7b6f7e55..f50cb97b04 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -163,7 +163,7 @@ N_(" -M enable Manage DSA IT control (-MM to make critical)\n"), N_(" -n show what would be done but don't actually do it\n"), N_(" -O props SASL security properties\n"), N_(" -p port port on LDAP server\n"), -N_(" -P version procotol version (default: 3)\n"), +N_(" -P version protocol version (default: 3)\n"), N_(" -Q use SASL Quiet mode\n"), N_(" -R realm SASL realm\n"), N_(" -U authcid SASL authentication identity\n"),