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

Gaetan Boismal
17.03.2015 a9775ce68e60cb4c4c69fd52447494822a27b1c4
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.