opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
@@ -650,6 +650,16 @@ */ public static final String OPTION_LONG_CONFIG_CLASS = "configClass"; /** * Value for the server root option short form. */ public static final Character OPTION_SHORT_SERVER_ROOT = 'R'; /** * Value for the server root option long form. */ public static final String OPTION_LONG_SERVER_ROOT = "serverRoot"; // Prevent instantiation. private ArgumentConstants() {