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

neil_a_wilson
09.28.2006 113630982b2ad501825a1119f7083aec8a4d7095
Update the LDAPCompare tool so that when it is used with the "--help" option,
it exits with a return code of zero rather than one.

OpenDS Issue Number: 768
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/tools/LDAPCompare.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPCompare.java
@@ -485,7 +485,7 @@
    // If we should just display usage information, then print it and exit.
    if (showUsage.isPresent())
    {
      return 1;
      return 0;
    }
    if(bindPassword.isPresent() && bindPasswordFile.isPresent())