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

matthew_swift
22.00.2007 27995a8327fd4af5c902ecd62e7b174383d8ec13
opends/src/server/org/opends/server/messages/UtilityMessages.java
@@ -1643,6 +1643,13 @@
  public static final int MSGID_SUBCMDPARSER_GLOBAL_HEADING =
    CATEGORY_MASK_UTIL | SEVERITY_MASK_INFORMATIONAL | 155;
  /**
   * The message ID for the message that will be used as the description of the
   * Global option reference.  This does take one argument.
   */
  public static final int MSGID_GLOBAL_HELP_REFERENCE =
    CATEGORY_MASK_UTIL | SEVERITY_MASK_INFORMATIONAL | 156;
  /**
   * Associates a set of generic messages with the message IDs defined in this
@@ -2188,6 +2195,8 @@
                    "See \"%s --help-{category}\"");
    registerMessage(MSGID_SUBCMDPARSER_GLOBAL_HEADING,
                    "The accepted value for global options are:");
    registerMessage(MSGID_GLOBAL_HELP_REFERENCE,
                    "See \"%s --help\" to get more usage help");
  }
}