From 0f7b83578af3a66529590cf0516dc8bc1b79b8c1 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Tue, 05 Jun 2007 21:02:26 +0000
Subject: [PATCH] This commit introduces several bits of quicksetup plumbing necessary to support the upgrader's interaction in asking the user whether they would like to cancel an upgrade if there are problems found:

---
 opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index 280e88d..8383c5b 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -176,7 +176,9 @@
      -V, --version\n    Display Directory Server version information.\n\
      -f, --file\n    Specifies an existing OpenDS package (.zip) \
    file to which the\n    current build will be upgraded using the command line \
-   \n    version of this tool\n-?, -H , --help\n    Display this usage information.\n
+   \n    version of this tool\n-n, --noninteractive\n    If this tool requires more \
+   information to complete successfully\n    it will fail instead of prompting.\
+   \n-?, -H , --help\n    Display this usage information.\n
 upgrade-launcher-launching-gui=Launching graphical upgrade...
 upgrade-launcher-launching-cli=Launching command line upgrade...
 upgrade-launcher-gui-launched-failed=\n\nThe graphical upgrade launch \

--
Gitblit v1.10.0