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

lutoff
15.10.2007 184ed890c828220c114f60ee165ce2230ada3d7c
opends/src/server/org/opends/server/tools/InstallDS.java
@@ -327,9 +327,9 @@
    }
    // If either the showUsage or testOnly arguments were provided, then we're
    // done.
    if (argParser.usageDisplayed() || testOnly.isPresent())
    // If either the showUsage or testOnly or version arguments were provided,
    // then we're done.
    if (argParser.usageOrVersionDisplayed() || testOnly.isPresent())
    {
      return 0;
    }