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

neil_a_wilson
30.04.2006 b7b0bf7b902eaae3cfba0b0a23917133c3d5f77f
opends/src/server/org/opends/server/messages/ToolMessages.java
@@ -7466,6 +7466,15 @@
  /**
   * The message ID for the message that will be used as the description of the
   * excludeOperational argument.  This does not take any arguments.
   */
  public static final int MSGID_LDIFEXPORT_DESCRIPTION_EXCLUDE_OPERATIONAL =
       CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 785;
  /**
   * Associates a set of generic messages with the message IDs defined in this
   * class.
   */
@@ -7600,6 +7609,8 @@
    registerMessage(MSGID_LDIFEXPORT_DESCRIPTION_EXCLUDE_FILTER,
                    "Filter to identify entries to exclude from the LDIF " +
                    "export");
    registerMessage(MSGID_LDIFEXPORT_DESCRIPTION_EXCLUDE_OPERATIONAL,
                    "Exclude operational attributes from the LDIF export");
    registerMessage(MSGID_LDIFEXPORT_DESCRIPTION_WRAP_COLUMN,
                    "Column at which to wrap long lines (0 for no wrapping)");
    registerMessage(MSGID_LDIFEXPORT_DESCRIPTION_COMPRESS_LDIF,