| opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentParser.java | ●●●●● 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.