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

neil_a_wilson
25.55.2006 cff43fc7f41e92c215f656b1e4b7f2f711532959
opends/src/server/org/opends/server/messages/CoreMessages.java
@@ -5937,6 +5937,15 @@
  /**
   * The message ID for the message that will be used as the description for the
   * noDetach command-line argument.  This does not take any arguments.
   */
  public static final int MSGID_DSCORE_DESCRIPTION_NODETACH =
       CATEGORY_MASK_CORE | SEVERITY_MASK_INFORMATIONAL | 567;
  /**
   * Associates a set of generic messages with the message IDs defined
   * in this class.
   */
@@ -7208,6 +7217,9 @@
    registerMessage(MSGID_DSCORE_DESCRIPTION_DUMPMESSAGES,
                    "Dumps a list of all messages that have been defined " +
                    "for use in the Directory Server.");
    registerMessage(MSGID_DSCORE_DESCRIPTION_NODETACH,
                    "Indicates that the Directory Server has not detached " +
                    "from the terminal used to start it.");
    registerMessage(MSGID_DSCORE_DESCRIPTION_USAGE,
                    "Displays usage information for the Directory Server.");
    registerMessage(MSGID_DSCORE_CANNOT_INITIALIZE_ARGS,