mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
07.09.2014 7bf0fcfc40ddd3788f8dec7086dad06f690e8871
OPENDJ-1023 Fix regression in addrate tool description.
1 files modified
4 ■■■■ changed files
opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties 4 ●●●● patch | view | raw | blame | history
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 \