OPENDJ-2555 Improve setup man page
Localize the default backend message
| | |
| | | |
| | | // Return a generic message as default backend type depends on the server distribution. |
| | | if (a.getName().equalsIgnoreCase(OPTION_LONG_BACKEND_TYPE)) { |
| | | a.setDefaultValue("Depends on the distribution"); |
| | | a.setDefaultValue(REF_DEFAULT_BACKEND_TYPE.toString()); |
| | | } |
| | | |
| | | // The help argument should be added at the end. |
| | |
| | | REF_PART_TITLE_SUBCOMMANDS=%s Subcommands Reference |
| | | REF_PART_INTRO_SUBCOMMANDS=This section covers <command>%s</command> subcommands. |
| | | REF_SHORT_DESC_UNINSTALL=remove OpenDJ directory server software |
| | | REF_DEFAULT_BACKEND_TYPE=Depends on the distribution |
| | | |
| | | # Supplements to descriptions for generated reference documentation. |
| | | SUPPLEMENT_DESCRIPTION_CONTROLS=<xinclude:include href="variablelist-ldap-controls.xml" /> |