From 0c41649927fe66913e2e3168f69e671bf7199987 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Wed, 04 Apr 2007 07:46:18 +0000
Subject: [PATCH] Fix CLI consistency issues: 1407 1408 1410 1411 1412 1413 1414 1416 1417 1418 1419 1420 1421
---
opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties b/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
index 9adaad5..a4d5750 100644
--- a/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
+++ b/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
@@ -35,7 +35,7 @@
which displays basic server information and will allow you to start, stop and \
restart the server.\n\
Usage: {0} {options}\n where {options} include:\n\
--H or --help\n Displays usage information for this program.
+-H, --help\n Display this usage information.
status-panel-launcher-gui-launch-failed=Could not launch Status Panel. Check \
that you have access to the display.
@@ -163,11 +163,11 @@
it and that it contains a password.
status-cli-usage=This command displays basic server information.\n\n\
Usage: {0} {options}\n where {options} include:\n\
--D {bindDN} or --bindDN {bindDN}\n Bind DN\n\
--w {bindPassword} or --bindPassword {bindPassword}\n Bind password\n\
--j {bindPasswordFile} or --bindPasswordFile {bindPasswordFile}\n Bind \
+-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 or --help\n Display this usage information.
+-H , --help\n Display this usage 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