From 27d398c0bcca6adaf643fa3f6fd02ed67ff4adf1 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 20 Feb 2015 14:18:11 +0000
Subject: [PATCH] CR-6147 OPENDJ-1785 Add "extra" doc into code for generated content

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

diff --git a/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties b/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties
index ccb33df..e61c276 100755
--- a/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties
+++ b/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties
@@ -553,6 +553,20 @@
  the maximum number of add operations
 INFO_ADDRATE_DESCRIPTION_NOPURGE=Disable the purge phase when the tool stops.
 
+# Strings for generated reference documentation.
+REF_SHORT_DESC_ADDRATE=measure add and delete throughput and response time
+REF_SHORT_DESC_AUTHRATE=measure bind throughput and response time
+REF_SHORT_DESC_LDAPCOMPARE=perform LDAP compare operations
+REF_SHORT_DESC_LDAPMODIFY=perform LDAP modify, add, delete, mod DN operations
+REF_SHORT_DESC_LDAPPASSWORDMODIFY=perform LDAP password modifications
+REF_SHORT_DESC_LDAPSEARCH=perform LDAP search operations
+REF_SHORT_DESC_LDIFDIFF=compare small LDIF files
+REF_SHORT_DESC_LDIFMODIFY=apply LDIF changes to LDIF
+REF_SHORT_DESC_LDIFSEARCH=search LDIF with LDAP filters
+REF_SHORT_DESC_MAKELDIF=generate test LDIF
+REF_SHORT_DESC_MODRATE=measure modification throughput and response time
+REF_SHORT_DESC_SEARCHRATE=measure search throughput and response time
+
 # Supplements to descriptions for generated reference documentation.
 SUPPLEMENT_DESCRIPTION_RATE_TOOLS=<para>                                         \
     When you do not use the <option>-f</option> option                           \

--
Gitblit v1.10.0