From 6ceb283261187171280d9be5c79fc2be636f2842 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 28 Jun 2007 15:20:09 +0000
Subject: [PATCH] Complete fix for issue 1613 applying the fix also to the status-panel and status command lines.

---
 opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties |   20 +++++---------------
 1 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties b/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
index 0588ec8..b3a28c5 100644
--- a/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
+++ b/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
@@ -31,12 +31,9 @@
 #
 # StatusPanel launcher
 #
-status-panel-launcher-usage=This utility may be used to display the Status \
-Panel window which displays basic server information and allows to \
-start, stop and restart the server.\n\
-Usage:  {0} {options}\n        where {options} include:\n\
--V, --version\n    Display Directory Server version information.\n\
--?, -H, --help\n    Display this usage information.
+status-panel-launcher-usage-description=This utility may be used to display \
+the Status Panel window which displays basic server information and allows to \
+start, stop and restart the server.
 status-panel-launcher-gui-launch-failed=Could not launch Status Panel.  Check \
 that you have access to the display.
 status-panel-launcher-gui-launch-failed-details=Could not launch Status \
@@ -172,15 +169,8 @@
 file {0}.  Check that the file path is correct, that you have access rights to \
 it and that it contains a password.
 cli-status-ldapauth-password-prompt=Password for user {0}:  
-status-cli-usage=This utility may be used to display basic server \
-information\n\n\
-Usage:  {0} {options}\n        where {options} include:\n\
--V, --version\n    Display Directory Server version information\n\
--D {bindDN}, --bindDN {bindDN}\n    Bind DN\n\
--w {bindPassword}, --bindPassword {bindPassword}\n    Bind password\n\
--j {bindPasswordFile}, --bindPasswordFile {bindPasswordFile}\n    Bind \
-password file\n\
--?, -H , --help\n    Display this usage information.
+status-cli-usage-description=This utility may be used to display basic server \
+information
 not-available-authentication-required-cli-label=<not available> (*)
 not-available-authentication-required-cli-legend=* Information only available \
 if you provide authentication information when launching the status \

--
Gitblit v1.10.0