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-server-legacy/src/messages/org/opends/messages/tool.properties | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
index 45299f6..b87ec2e 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
@@ -2616,6 +2616,39 @@
INFO_UPGRADE_TASK_11339_SUMMARY_10036=Removing config for 'Extensions'
INFO_UPGRADE_TASK_11476_SUMMARY_10037=Removing config for 'File System Entry Cache'
+# Strings for generated reference documentation.
+REF_SHORT_DESC_BACKUP_15000=back up OpenDJ directory data
+REF_SHORT_DESC_BASE64_15001=encode and decode base64 strings
+REF_SHORT_DESC_CONTROL_PANEL_15002=start the OpenDJ graphical admin interface
+REF_SHORT_DESC_CREATE_RC_SCRIPT_15003=script to manage OpenDJ as a service on UNIX
+REF_SHORT_DESC_DBTEST_15004=gather OpenDJ backend database debugging information
+REF_SHORT_DESC_DSJAVAPROPERTIES_15005=apply OpenDJ Java home and JVM settings
+REF_SHORT_DESC_DSREPLICATION_15006=manage OpenDJ directory data replication
+REF_SHORT_DESC_ENCODE_PASSWORD_15007=encode a password with an OpenDJ storage scheme
+REF_SHORT_DESC_EXPORT_LDIF_15008=export OpenDJ directory data in LDIF
+REF_SHORT_DESC_IMPORT_LDIF_15009=import OpenDJ directory data from LDIF
+REF_SHORT_DESC_LDAPCOMPARE_15010=perform LDAP compare operations
+REF_SHORT_DESC_LDAPDELETE_15011=perform LDAP delete operations
+REF_SHORT_DESC_LDAPMODIFY_15012=perform LDAP modify, add, delete, mod DN operations
+REF_SHORT_DESC_LDAPPASSWORDMODIFY_15013=perform LDAP password modifications
+REF_SHORT_DESC_LDAPSEARCH_15014=perform LDAP search operations
+REF_SHORT_DESC_LDIFDIFF_15015=compare small LDIF files
+REF_SHORT_DESC_LDIFMODIFY_15016=apply LDIF changes to LDIF
+REF_SHORT_DESC_LDIFSEARCH_15017=search LDIF with LDAP filters
+REF_SHORT_DESC_LIST_BACKENDS_15018=list OpenDJ backends and base DNs
+REF_SHORT_DESC_MAKELDIF_15019=generate test LDIF
+REF_SHORT_DESC_MANAGE_ACCOUNT_15020=manage state of OpenDJ server accounts
+REF_SHORT_DESC_MANAGE_TASKS_15021=manage OpenDJ server administration tasks
+REF_SHORT_DESC_REBUILD_INDEX_15022=rebuild index after configuration change
+REF_SHORT_DESC_RESTORE_15023=restore OpenDJ directory data backups
+REF_SHORT_DESC_SETUP_15024=install OpenDJ directory server
+REF_SHORT_DESC_START_DS_15025=start OpenDJ directory server
+REF_SHORT_DESC_STATUS_15026=display basic OpenDJ server information
+REF_SHORT_DESC_STOP_DS_15027=stop OpenDJ directory server
+REF_SHORT_DESC_UPGRADE_15028=upgrade OpenDJ configuration and application data
+REF_SHORT_DESC_VERIFY_INDEX_15029=check index for consistency or errors
+REF_SHORT_DESC_WINDOWS_SERVICE_15030=register OpenDJ as a Windows Service
+
# Supplements to descriptions for generated reference documentation.
SUPPLEMENT_DESCRIPTION_DBTEST_SUBCMD_LIST_INDEX_STATUS_20001=<para> \
When you list index status, the result is a table, \
--
Gitblit v1.10.0