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;