From 299215ed1187ae95ead16294851e48043460f1e2 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Mon, 23 Apr 2007 07:06:28 +0000
Subject: [PATCH] Fix for Issue 1427 (CLIs should handled both -? and -H for help)
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties | 6 +++---
1 files changed, 3 insertions(+), 3 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 bf03e38..1d5041b 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
@@ -35,7 +35,7 @@
Server.\n\Usage: {0} {options}\n where {options} include:\n\
--cli\n\ Specifies to use the command line setup. If not specified the \
graphical\n\ interface will be launched.\n\
--H , --help\n Display this usage information.\n\n\
+-?, -H , --help\n Display this usage information.\n\n\
The following options will only be taken into account if the option --cli \n\
(command line) is specified\n\
-s, --silentInstall\n Perform a silent installation.\n\
@@ -68,7 +68,7 @@
Server.\n\Usage: {0} {options}\n where {options} include:\n\
--cli\n\ Specifies to use the command line setup. If not specified the \
graphical\n\ interface will be launched.\n\
--H, --help\n Display this usage information.\n\n\
+-?, -H, --help\n Display this usage information.\n\n\
The following options will only be taken into account if the option --cli \n\
(command line) is specified\n\
-s, -silentInstall\n Perform a silent installation.\n\
@@ -111,7 +111,7 @@
Usage: {0} {options}\n where {options} include:\n\
--cli\n\ Specifies to use the command line uninstall. If not specified the \
graphical\n\ interface will be launched.\n\
--H, --help\n Display this usage information.\n\n\
+-?, -H, --help\n Display this usage information.\n\n\
The following options will only be taken into account if the option --cli \n\
(command line) is specified\n\
-s, --silentUninstall\n Perform a silent uninstall.
--
Gitblit v1.10.0