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

jcduff
23.04.2008 b4f8838b15342670c31753a484abf0129e3c9653
opendj-sdk/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());