opends/src/server/org/opends/server/util/cli/CommandBuilder.java
@@ -159,6 +159,11 @@ } for (Argument arg : args) { // This CLI is always using SSL, and the argument has been removed from // the user interface if (arg.getName().equals("useSSL") ) { continue; } String argName; if (arg.getLongIdentifier() != null) {