From f1f0834f689844a74835853c1c01bc27b1f84c27 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 03 May 2007 17:53:59 +0000
Subject: [PATCH] removed irrelevant --cli option from upgrader
---
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index 48a8c58..2e07a86 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -160,11 +160,12 @@
upgrade-launcher-description=This utility may be used to upgrade the Directory \
Server to a newer version.
upgrade-launcher-usage=This utility may be used to upgrade the Directory Server \
- to a newer version.\nUsage: {0} {options} where {options} \
+ to a newer version. If no options are specified on the command line, the \
+ graphical version of this tool will launch. Otherwise the the command line \
+ version will be launched.\n\nUsage: {0} {options} where {options} \
include:\n\n -f, --file\n Specifies an existing OpenDS package (.zip) \
- file to which the\n current build will be upgraded.\n\n -c, --cli\n \
- Use the command line upgrade. If not specified the graphical\n interface \
- will be launched.\n
+ file to which the\n current build will be upgraded using the command line \
+ \n version of this tool\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