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

jcduff
23.04.2008 f73b655466092169abac34833fb628fce1fcdebe
opends/src/server/org/opends/server/util/cli/CommandBuilder.java
@@ -159,6 +159,11 @@
    }
    for (Argument arg : args)
    {
      // This CLI is always using SSL, and the argument has been removed from
      // the user interface
      if (arg.getName().equals("useSSL") ) {
        continue;
      }
      String argName;
      if (arg.getLongIdentifier() != null)
      {