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

jvergara
22.00.2009 73e9c78288f71712f60a40a4f902d56d695ceb94
Fix a typo.
Put the --hostName argument just after --generateSelfSignedCertificate argument.
2 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/tools/InstallDSArgumentParser.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/args/ArgumentParser.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/InstallDSArgumentParser.java
@@ -359,7 +359,7 @@
        null, INFO_INSTALLDS_DESCRIPTION_HOST_NAME.get(
            generateSelfSignedCertificateArg.getLongIdentifier()));
    hostNameArg.setPropertyName(OPTION_LONG_HOST);
    addArgument(hostNameArg);
    addDefaultArgument(hostNameArg);
    usePkcs11Arg = new BooleanArgument("usePkcs11Keystore".toLowerCase(),
        null, "usePkcs11Keystore",
opendj-sdk/opends/src/server/org/opends/server/util/args/ArgumentParser.java
@@ -532,7 +532,7 @@
  /**
   * Adds the provided argument to the set of arguments handled by this parser
   * and puts the arguement in the default group.
   * and puts the argument in the default group.
   *
   * @param  argument  The argument to be added.
   *