From fdfa1fccb1835d93da4f6da90549975b228972be Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 20 Nov 2006 05:27:36 +0000
Subject: [PATCH] Update the ldappasswordmodify tool to change the short identifier for the --bindPasswordFile argument from -W to -j in order to be consistent with the usage for all of the other command-line tools.
---
opends/src/server/org/opends/server/tools/LDAPPasswordModify.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/tools/LDAPPasswordModify.java b/opends/src/server/org/opends/server/tools/LDAPPasswordModify.java
index 289ff11..7572c20 100644
--- a/opends/src/server/org/opends/server/tools/LDAPPasswordModify.java
+++ b/opends/src/server/org/opends/server/tools/LDAPPasswordModify.java
@@ -224,7 +224,7 @@
bindPWFile =
- new FileBasedArgument("bindpwfile", 'W', "bindPasswordFile", false,
+ new FileBasedArgument("bindpwfile", 'j', "bindPasswordFile", false,
false, "{file}", null, null,
MSGID_LDAPPWMOD_DESCRIPTION_BIND_PW_FILE);
argParser.addArgument(bindPWFile);
@@ -237,7 +237,7 @@
provideDNForAuthzID =
- new BooleanArgument("providednforauthzid", 'A',"provideDNForAuthZID",
+ new BooleanArgument("providednforauthzid", 'A',"provideDNForAuthzID",
MSGID_LDAPPWMOD_DESCRIPTION_PROVIDE_DN_FOR_AUTHZID);
argParser.addArgument(provideDNForAuthzID);
--
Gitblit v1.10.0