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

neil_a_wilson
09.06.2007 4915128605a07d7c82fda681596d4da9746e3f97
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -7742,7 +7742,7 @@
      //   exit code of 0.  Otherwise, it will have an exit code that is
      //   something other than 0, 98, or 99 to indicate that a problem
      // occurred.
      if (displayUsage.isPresent())
      if (argParser.usageDisplayed())
      {
        // We're just trying to display usage, and that's already been done so
        // exit with a code of zero.
@@ -7805,7 +7805,7 @@
        }
      }
    }
    else if (displayUsage.isPresent())
    else if (argParser.usageDisplayed())
    {
      System.exit(0);
    }