mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
20.27.2006 fdfa1fccb1835d93da4f6da90549975b228972be
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);