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

neil_a_wilson
09.36.2006 68ad5622fad1efcafea69a51051419ce13a24679
Update the LDAPDelete tool so that it doesn't print out the usage information
twice when the --help option is provided.

OpenDS Issue Number: 771
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPDelete.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPDelete.java
@@ -449,10 +449,10 @@
      return 1;
    }
    // If we should just display usage information, then print it and exit.
    // If we should just display usage information, then it has already been
    // done so just exit.
    if (showUsage.isPresent())
    {
      out.println(argParser.getUsage());
      return 0;
    }