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

Gaetan Boismal
17.33.2015 be7099f9c0ad27631508853d5af16609152c4f9b
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentParser.java
@@ -803,6 +803,11 @@
                    a.setDefaultValue("localhost.localdomain");
                }
                // 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");
                }
                // The help argument should be added at the end.
                if (isUsageArgument(a)) {
                    helpArgument = a;