From 2bc883ea6a3e0f948d0c5f0b6632696cb98ebfa8 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 03 May 2016 06:59:43 +0000
Subject: [PATCH] OPENDJ-2826 import-ldif should state that it cannot append

---
 opendj-server-legacy/src/messages/org/opends/messages/tool.properties |    3 ++-
 1 files changed, 2 insertions(+), 1 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 e5af19e..dc712e8 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
@@ -1161,7 +1161,8 @@
 INFO_LDIFEXPORT_TOOL_DESCRIPTION_686=This utility can be used to export data \
  from a Directory Server backend in LDIF form
 INFO_LDIFIMPORT_TOOL_DESCRIPTION_687=This utility can be used to import LDIF \
- data into a Directory Server backend
+ data into a Directory Server backend, overwriting existing data. \
+ It cannot be used to append data to the backend database
 INFO_INSTALLDS_TOOL_DESCRIPTION_688=This utility can be used to setup the \
  Directory Server
 INFO_LDAPCOMPARE_TOOL_DESCRIPTION_689=This utility can be used to perform \

--
Gitblit v1.10.0