From 5365c2cb4b7d8fe033c56e7e7fa11e909ccd6841 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Thu, 07 Aug 2014 11:09:56 +0000
Subject: [PATCH] OPENDJ-1023 Fix regression in addrate tool description.

---
 opendj-sdk/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties b/opendj-sdk/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties
index 4b70dfd..2af45a7 100755
--- a/opendj-sdk/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties
+++ b/opendj-sdk/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties
@@ -434,10 +434,10 @@
   user-defined entries.\n\
   \nExamples:\n \  This example is adding entries and randomly deleting them while \
   the number of entries added is greater than 10,000: \n \
-  addrate -p 1389 -f -c 10 -d rand -s 10000 addrate.template \n \
+  addrate -p 1389 -f -c 10 -C rand -s 10000 addrate.template \n \
   This example adds entries and starts to delete them in the same \
   order if their age is greater than a certain time: \n \
-  addrate -p 1389 -f -c 10 -d fifo -a 2 addrate.template 
+  addrate -p 1389 -f -c 10 -C fifo -a 2 addrate.template 
 INFO_SEARCHRATE_TOOL_DESCRIPTION_BASEDN=Base DN format string.
 INFO_MODRATE_TOOL_DESCRIPTION=This utility can be used to measure \
   modify throughput and response time of a directory service using \

--
Gitblit v1.10.0