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

jcduff
23.04.2008 f73b655466092169abac34833fb628fce1fcdebe
opends/src/server/org/opends/server/admin/client/cli/DsFrameworkCliParser.java
@@ -77,6 +77,9 @@
  public HashSet<DsFrameworkCliSubCommandGroup> cliGroup;
  // This CLI is always using the administration connector with SSL
  private final boolean alwaysSSL = true;
  /**
   * Creates a new instance of this subcommand argument parser with no
@@ -114,7 +117,7 @@
      throws ArgumentException
  {
    // Global parameters
    initializeGlobalArguments(createGlobalArguments(outStream));
    initializeGlobalArguments(createGlobalArguments(outStream, alwaysSSL));
    // ads  Group cli
    cliGroup.add(new DsFrameworkCliAds());