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

Violette Roche-Montane
30.17.2013 251930b6f131025423207a8a3ea02c21b50bf400
opends/src/server/org/opends/server/tools/InstallDSArgumentParser.java
@@ -99,6 +99,7 @@
  StringArgument    certNicknameArg;
  StringArgument    progNameArg;
  IntegerArgument   connectTimeoutArg = null;
  BooleanArgument   acceptLicense;
  private static final Logger LOG = Logger.getLogger(
      InstallDSArgumentParser.class.getName());
@@ -404,6 +405,10 @@
    connectTimeoutArg.setHidden(true);
    addArgument(connectTimeoutArg);
    acceptLicense = new BooleanArgument(OPTION_LONG_ACCEPT_LICENSE, null,
        OPTION_LONG_ACCEPT_LICENSE, INFO_OPTION_ACCEPT_LICENSE.get());
    addArgument(acceptLicense);
    showUsageArg = new BooleanArgument(
        OPTION_LONG_HELP.toLowerCase(), OPTION_SHORT_HELP,
        OPTION_LONG_HELP,