From 13a63611d24de8c5727e62a215b26354c1a22278 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 19 Mar 2008 18:09:56 +0000
Subject: [PATCH] Fix for issue 2197 (dsconfig: interactive mode should display the effective dsconfig command)

---
 opends/src/messages/messages/dsconfig.properties |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/dsconfig.properties b/opends/src/messages/messages/dsconfig.properties
index 3ff98ee..a3a744d 100644
--- a/opends/src/messages/messages/dsconfig.properties
+++ b/opends/src/messages/messages/dsconfig.properties
@@ -380,7 +380,7 @@
 INFO_DSCFG_CREATE_NAME_PROMPT_NAMING_CONT_1356=Enter a name for the %s that you want to create:
 INFO_DSCFG_HEADING_MAIN_MENU_TITLE_1357=>>>> OpenDS configuration console main menu
 INFO_DSCFG_HEADING_MAIN_MENU_PROMPT_1358=What do you want to configure?
-INFO_DSCFG_HEADING_COMPONENT_MENU_TITLE_1359=>>>> %s management menu 
+INFO_DSCFG_HEADING_COMPONENT_MENU_TITLE_1359=>>>> %s management menu
 INFO_DSCFG_HEADING_COMPONENT_MENU_PROMPT_1360=What would you like to do?
 INFO_DSCFG_OPTION_COMPONENT_MENU_CREATE_1361=Create a new %s
 INFO_DSCFG_OPTION_COMPONENT_MENU_MODIFY_SINGULAR_1362=View and edit the %s
@@ -449,3 +449,16 @@
  implementation class
 INFO_DSCFG_GENERIC_TYPE_SYNOPSIS_149=A Generic %s
 INFO_DSCFG_CREATE_TYPE_HELP_HEADING_150=Help: %s
+INFO_DSCFG_NON_INTERACTIVE_151=The equivalent non-interactive command-line is:\
+ %n%s
+INFO_DSCFG_DESCRIPTION_DISPLAY_EQUIVALENT_152=Display the equivalent \
+ non-interactive argument in the standard output when this command is run in \
+ interactive mode
+INFO_DSCFG_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH_153=The full path to the \
+ file where the equivalent non-interactive commands will be written when this \
+ command is run in interactive mode
+MILD_ERR_DSCFG_ERROR_WRITING_EQUIVALENT_COMMAND_LINE_154=An error occurred \
+ while attempting to write equivalent non-interactive command line to file \
+ %s.  Error details:  %s
+SEVERE_ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE_155=Cannot write \
+ to file %s.  Verify that you have access rights to that file

--
Gitblit v1.10.0