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

neil_a_wilson
09.06.2007 4915128605a07d7c82fda681596d4da9746e3f97
opends/src/server/org/opends/server/tools/InstallDS.java
@@ -306,7 +306,7 @@
    // If either the showUsage or testOnly arguments were provided, then we're
    // done.
    if (showUsage.isPresent() || testOnly.isPresent())
    if (argParser.usageDisplayed() || testOnly.isPresent())
    {
      return 0;
    }