From 1b312f6009b603255113099e9f8a9f53c357ff6a Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 19 Aug 2014 10:34:20 +0000
Subject: [PATCH] CR-4304 Fix for OPENDJ-1521: Document addrate tool

---
 opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
index 5dbc5b5..25c66cf 100755
--- a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
+++ b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
@@ -102,7 +102,7 @@
  allow multiple values
 ERR_ARGPARSER_CANT_MIX_ARGS_WITH_VALUES=The provided argument block \
  '-%s%s' is illegal because the '%s' argument requires a value but is in the \
- same block as at least one other argument that doesn't require a value
+ same block as at least one other argument that does not require a value
 ERR_ARGPARSER_DISALLOWED_TRAILING_ARGUMENT=Argument "%s" does not \
  start with one or two dashes and unnamed trailing arguments are not allowed
 ERR_ARGPARSER_TOO_FEW_TRAILING_ARGUMENTS=At least %d unnamed \
@@ -635,11 +635,11 @@
  certificate that the server should use when accepting SSL-based \
  connections or performing StartTLS negotiation
 INFO_ARGUMENT_DESCRIPTION_KEYSTOREPASSWORD=Certificate key store PIN.  \
- A PIN is required when you specify to use an existing certificate (JKS, \
- JCEKS, PKCS#12 or PKCS#11) as server certificate
+ A PIN is required when you specify to use an existing certificate \
+ as server certificate
 INFO_ARGUMENT_DESCRIPTION_KEYSTOREPASSWORD_FILE=Certificate key store \
  PIN file.  A PIN is required when you specify to use an existing certificate \
- (JKS, JCEKS, PKCS#12 or PKCS#11) as server certificate
+ as server certificate
 INFO_SETUP_DESCRIPTION_DO_NOT_START=Do not start the server when the \
  configuration is completed
 INFO_SETUP_DESCRIPTION_ENABLE_STARTTLS=Enable StartTLS to allow \
@@ -710,7 +710,7 @@
  allow multiple values
 ERR_SUBCMDPARSER_CANT_MIX_ARGS_WITH_VALUES=The provided argument \
  block '-%s%s' is illegal because the '%s' argument requires a value but is in \
- the same block as at least one other argument that doesn't require a value
+ the same block as at least one other argument that does not require a value
 ERR_SUBCMDPARSER_INVALID_ARGUMENT=The provided argument "%s" is \
  not recognized
 ERR_SUBCMDPARSER_NO_VALUE_FOR_REQUIRED_ARG=The argument %s is \
@@ -723,7 +723,7 @@
  the value %s for different ports
 ERR_SEVERAL_CERTIFICATE_TYPE_SPECIFIED=You have \
  specified several certificate types to be used.  Only one certificate type \
- (self-signed, JKS, JCEKS, PKCS#12 or PCKS#11) is allowed
+ is allowed
 ERR_CERTIFICATE_REQUIRED_FOR_SSL_OR_STARTTLS=You have \
  chosen to enable SSL or StartTLS.  You must specify which type of certificate \
  you want the server to use

--
Gitblit v1.10.0