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

matthew_swift
06.44.2007 08fa1ef1dc14705c3348dae159cf4c72f445d979
opendj-sdk/opends/src/server/org/opends/server/messages/ToolMessages.java
@@ -8990,6 +8990,17 @@
  /**
   * The message ID for the message that will be used as the
   * description of the delete-xxx force argument. This takes a single
   * argument which is the user-friendly plural name of the type of
   * managed objects which can be deleted.
   */
  public static final int MSGID_DSCFG_DESCRIPTION_FORCE =
       CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1196;
  /**
   * Associates a set of generic messages with the message IDs defined in this
   * class.
   */
@@ -11331,6 +11342,8 @@
                    "Modifies the display output to show one property " +
                    "value per line");
    registerMessage(MSGID_DSCFG_DESCRIPTION_FORCE, "Ignore non-existent %s");
    registerMessage(MSGID_DSCFG_DESCRIPTION_UNIT_TIME,
                    "Display time data using the specified unit. The value " +
                    "for UNIT can be one of ms, s, m, h, d, or w " +