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

Gaetan Boismal
17.03.2015 a9775ce68e60cb4c4c69fd52447494822a27b1c4
OPENDJ-2555 Improve setup man page

Localize the default backend message
2 files modified
3 ■■■■ changed files
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentParser.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentParser.java
@@ -805,7 +805,7 @@
                // 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.
opendj-sdk/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
@@ -980,6 +980,7 @@
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" />