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

neil_a_wilson
16.37.2006 d6ea0e16a3e4ef9eb27b411d1b98b53c540f9323
opendj-sdk/opends/src/server/org/opends/server/messages/ToolMessages.java
@@ -7342,6 +7342,15 @@
  /**
   * The message ID for the message that will be used as the description for the
   * cli argument.  This does not take any arguments.
   */
  public static final int MSGID_INSTALLDS_DESCRIPTION_CLI =
       CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 752;
  /**
   * Associates a set of generic messages with the message IDs defined in this
   * class.
   */
@@ -8848,6 +8857,8 @@
                    "the Directory Server configuration handler.  If this is " +
                    "not provided, then a default of " +
                    ConfigFileHandler.class.getName() + " will be used.");
    registerMessage(MSGID_INSTALLDS_DESCRIPTION_CLI,
                    "Launch the installer in command-line mode (no GUI).");
    registerMessage(MSGID_INSTALLDS_DESCRIPTION_SILENT,
                    "Perform a silent installation.");
    registerMessage(MSGID_INSTALLDS_DESCRIPTION_BASEDN,