From 949791e197195bc5a4e61a04ac6549f83bd0ab0b Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Wed, 20 Jun 2007 21:44:32 +0000
Subject: [PATCH] fixed usage statement formatting errors; corrected typo; removed duplicate key/value

---
 opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index ec2f48e..6e7cb5d 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -59,11 +59,11 @@
 -S , --skipPortCheck\n    Skip the check to determine whether the \
 specified LDAP port is usable.\n\
 -D, --rootUserDN {rootUserDN}\n    Specifies the DN for the initial \
-Administrative User for the Directory Server.\n\
+Administrative User for the Directory\n    Server.\n\
 -w, --rootUserPassword {password}\n    Specifies the password \
-for the initial Administrative User for the Directory Server.\n\
+for the initial Administrative User for the\n    Directory Server.\n\
 -j , --rootUserPasswordFile {filename}\n    Specifies the path \
-to a file containing the password for the initial Administrative\n\    User \
+to a file containing the password for the initial\n    Administrative User \
 for the Directory Server.
 setup-launcher-usage-windows=This utility may be used to setup the Directory \
 Server.\n\Usage:  {0} {options}\n        where {options} include:\n\
@@ -93,11 +93,11 @@
 -S, --skipPortCheck\n    Skip the check to determine whether the \
 specified LDAP port is usable.\n\
 -D, --rootUserDN {rootUserDN}\n    Specifies the DN for the initial \
-Administrative User for the Directory Server.\n\
+Administrative User for the Directory\n    Server.\n\
 -w, --rootUserPassword {password}\n    Specifies the password \
-for the initial Administrative User for the Directory Server.\n\
--j, --rootUserPasswordFile {filename}\n    Specifies the path \
-to a file containing the password for the initial Administrative\n\    User \
+for the initial Administrative User for the\n    Directory Server.\n\
+-j , --rootUserPasswordFile {filename}\n    Specifies the path \
+to a file containing the password for the initial\n    Administrative User \
 for the Directory Server.\n\
 -n, --noWindowsService\n    Do not enable OpenDS to run as a Windows \
 Service.
@@ -114,8 +114,8 @@
 uninstall-launcher-usage=This utility may be used to uninstall the \
 Directory Server.\n\
 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\
+--cli\n\    Specifies to use the command line uninstall.  If not specified\n\    the\
+   graphical interface will be launched.\n\
 -?, -H, --help\n    Display this usage information.\n\
 -V, --version\n    Display Directory Server version information.\n\n\
 The following options will only be taken into account if the option --cli \n\
@@ -333,7 +333,7 @@
 rights to access it.
 cannot-bind-port=Cannot bind to port {0}.\n\nThe port could be already in use \
 by another application or maybe you do not have the rights to access it.
-equal-ports=You must specify different ports LDAP and LDAPS communication.
+equal-ports=You must specify different ports for LDAP and LDAPS communication.
 empty-directory-manager-dn=You must provide an Administrative User DN.
 not-a-directory-manager-dn=The provided Administrative User DN is not a valid \
 DN.
@@ -350,7 +350,6 @@
 between {0} and {1}.
 invalid-remote-replication-port-value-range=The Replication Port on {0} must \
 be an integer between {1} and {2}.
-equal-ports=You must specify different ports LDAP and LDAPS communication.
 replication-port-already-chosen-for-other-protocol=You must specify a \
 different Replication port than those you chose for LDAP and LDAPS \
 communication.

--
Gitblit v1.10.0