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

Violette Roche-Montane
04.51.2014 7b7d027eb630c622f7c6353063e907c45c71108e
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java
@@ -617,6 +617,22 @@
     */
    public static final String OPTION_LONG_OUTPUT_LDIF_FILENAME = "outputLDIF";
    /**
     * The value for the long option to automatically accept the license
     * if present.
     */
    public static final String OPTION_LONG_ACCEPT_LICENSE = "acceptLicense";
    /**
     * The value for the short option rootUserDN.
     */
    public static final char OPTION_SHORT_ROOT_USER_DN = 'D';
    /**
     * The value for the long option rootUserDN.
     */
    public static final String OPTION_LONG_ROOT_USER_DN = "rootUserDN";
    // Prevent instantiation.
    private CliConstants() {