From 728e18799844092ff45bd2e3e9fc00cbc309ceb8 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Tue, 22 Sep 2009 21:50:44 +0000
Subject: [PATCH] Rebuild index messages
---
opendj-sdk/opends/src/messages/messages/tools.properties | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties
index d07aae6..5406a92 100644
--- a/opendj-sdk/opends/src/messages/messages/tools.properties
+++ b/opendj-sdk/opends/src/messages/messages/tools.properties
@@ -1510,7 +1510,8 @@
given base DN
INFO_REBUILDINDEX_DESCRIPTION_INDEX_NAME_851=Names of index(es) \
to rebuild. For an attribute index this is simply an attribute name. At \
- least one index must be specified for rebuild
+ least one index must be specified for rebuild. Cannot be used with the \
+ "--rebuildAll" option
SEVERE_ERR_REBUILDINDEX_ERROR_DURING_REBUILD_852=An error occurred while \
attempting to perform index rebuild: %s
SEVERE_ERR_REBUILDINDEX_WRONG_BACKEND_TYPE_853=The backend does not support \
@@ -2525,3 +2526,11 @@
INFO_ENCPW_INPUT_PWD_2_1692=Please renter the password:
SEVERE_ERR_ENCPW_NOT_SAME_PW_1693=Provided passwords don't matched
SEVERE_ERR_ENCPW_CANNOT_READ_PW_1694=Cannot read password from the input: %s
+INFO_REBUILDINDEX_DESCRIPTION_REBUILD_ALL_1695=Rebuild all indexes, including \
+any DN2ID, DN2URI, VLV and extensible indexes. Cannot be used \
+with the "-i" option
+INFO_REBUILDINDEX_TEMP_DIR_PLACEHOLDER_1697={directory}
+INFO_REBUILDINDEX_DESCRIPTION_TEMP_DIRECTORY_1698=Path to temporary directory \
+for index scratch files during index rebuilding
+SEVERE_ERR_REBUILDINDEX_REBUILD_ALL_ERROR_1699=Index "-i" option cannot be \
+specified with the "--rebuildAll" option
--
Gitblit v1.10.0