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

jvergara
15.33.2008 d44ebc71928ec5819278d494b2c0b04a870ec255
opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java
@@ -115,8 +115,10 @@
      {
        System.exit(ReturnCode.PRINT_VERSION.getReturnCode());
      }
      else if (argParser.isUsageArgumentPresent())
      else if (argParser.usageOrVersionDisplayed())
      {
        // If there was no problem parsing arguments, this means that the user
        // asked to display the usage.
        System.exit(ReturnCode.SUCCESSFUL.getReturnCode());
      }
      else