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

lutoff
10.00.2007 d805a36cc67fa38d11eda2f09f661ba21c6add70
opends/src/quicksetup/org/opends/quicksetup/Launcher.java
@@ -70,7 +70,8 @@
    boolean printUsage = false;
    if ((args != null) && (args.length > 0)) {
      for (String arg : args) {
        if (arg.equalsIgnoreCase("-H") ||
        if (arg.equals("-?") ||
          arg.equalsIgnoreCase("-H") ||
          arg.equalsIgnoreCase("--help")) {
          printUsage = true;
        }
@@ -310,7 +311,7 @@
    if (shouldPrintVersion())
    {
      printVersion();
      System.exit(QuickSetupCli.SUCCESSFUL);
      System.exit(QuickSetupCli.PRINT_VERSION);
    }
    else if (shouldPrintUsage()) {
      printUsage(false);