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

Gaetan Boismal
17.03.2015 999ef9b68ed432512fa968bb48470e0572a884a3
OPENDJ-2555 Fix bug
1 files modified
2 ■■■ 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/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(REF_DEFAULT_BACKEND_TYPE.toString());
                    a.setDefaultValue(REF_DEFAULT_BACKEND_TYPE.get().toString());
                }
                // The help argument should be added at the end.