From 5d0ceeba98f7bfd2cf17a1f2970e4c8be3130388 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Sun, 26 Aug 2007 17:43:55 +0000
Subject: [PATCH] Fix for issues 2104 and 2162.

---
 opends/src/messages/messages/tools.properties |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index 62d63aa..b13a171 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -1749,7 +1749,8 @@
  property value per line
 INFO_DESCRIPTION_QUIET_1075=Use quiet mode
 INFO_DESCRIPTION_SCRIPT_FRIENDLY_1076=Use script-friendly mode
-INFO_DESCRIPTION_INTERACTIVE_1077=Use interactive mode
+INFO_DESCRIPTION_NO_PROMPT_1077=Use non-interactive mode.  If some data in \
+the command is missing the user will not be prompted and the tool will fail
 INFO_DSCFG_DESCRIPTION_UNIT_TIME_1078=Display time data using the specified \
  unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, \
  seconds, minutes, hours, days, or weeks)
@@ -1988,8 +1989,8 @@
 INFO_UPGRADE_DESCRIPTION_FILE_1190=Specifies an existing OpenDS package \
  (.zip) file to which the current build will be upgraded using the command \
  line version of this tool
-INFO_UPGRADE_DESCRIPTION_INTERACTIVE_1191=Prompt for any required information \
- rather than fail
+INFO_UPGRADE_DESCRIPTION_NO_PROMPT_1191=Use non-interactive mode.  Prompt for \
+ any required information rather than fail
 INFO_UPGRADE_DESCRIPTION_SILENT_1192=Perform a quiet upgrade
 INFO_LDIFIMPORT_DESCRIPTION_COUNT_REJECTS_1195=Count the number of entries \
  rejected by the server and return that value as the exit code (values > 255 \
@@ -2214,4 +2215,5 @@
  root directory
 SEVERE_ERR_CREATERC_CANNOT_WRITE_1325=An error occurred while attempting to \
  generate the RC script:  %s
-
+SEVERE_ERR_DSCFG_ERROR_QUIET_AND_INTERACTIVE_INCOMPATIBLE_1326=If you specify \
+ the {%s} argument you must also specify {%s}

--
Gitblit v1.10.0