From 184ed890c828220c114f60ee165ce2230ada3d7c Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Tue, 15 May 2007 08:10:13 +0000
Subject: [PATCH] issue 1430 fix (all utilities should provide as standard option -V/--version) to specify the LDAP protocol version number, we should use now -V/--ldapVersion to get the 'product' version --version
---
opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties b/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
index 9a01405..ccdd7b6 100644
--- a/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
+++ b/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
@@ -35,6 +35,7 @@
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-gui-launch-failed=Could not launch Status Panel. Check \
that you have access to the display.
@@ -175,6 +176,7 @@
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 \
--
Gitblit v1.10.0