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

Violette Roche-Montane
13.08.2014 a1e512ef865ec80cd47acb2ab3cb9e4df4365c2d
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
@@ -615,6 +615,21 @@
     */
    public static final String OPTION_LONG_CONNECT_TIMEOUT = "connectTimeout";
    /**
     * The value for the long option advanced.
     */
    public static final String OPTION_DSCFG_LONG_ADVANCED = "advanced";
    /**
     * Display the equivalent non-interactive command.
     */
    public static final String OPTION_LONG_DISPLAY_EQUIVALENT = "displayCommand";
    /**
     * The path where we write the equivalent non-interactive command.
     */
    public static final String OPTION_LONG_EQUIVALENT_COMMAND_FILE_PATH = "commandFilePath";
    // Prevent instantiation.
    private ArgumentConstants() {