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

Violette Roche-Montane
21.33.2014 1baf0e0046496da641ae7cd8e9a645dd4a81f767
opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
@@ -379,16 +379,6 @@
    public static final String OPTION_LONG_PRODUCT_VERSION = "version";
    /**
     * The value for the short option description attributes.
     */
    public static final char OPTION_SHORT_DESCRIPTION = 'd';
    /**
     * The value for the long option description attribute.
     */
    public static final String OPTION_LONG_DESCRIPTION = "description";
    /**
     * The value for the short option groupName attributes.
     */
    public static final char OPTION_SHORT_GROUPNAME = 'g';
@@ -409,16 +399,6 @@
    public static final String OPTION_LONG_NEWGROUPNAME = "newGroupName";
    /**
     * The value for the short option member-name attributes.
     */
    public static final char OPTION_SHORT_MEMBERNAME = 'm';
    /**
     * The value for the long member-name version attribute.
     */
    public static final String OPTION_LONG_MEMBERNAME = "memberName";
    /**
     * The value for the short option serverID attributes.
     */
    public static final String OPTION_SHORT_SERVERID = null;
@@ -660,6 +640,16 @@
     */
    public static final String OPTION_LONG_SERVER_ROOT = "serverRoot";
    /**
     * Value for the control option short form.
     */
    public static final Character OPTION_SHORT_CONTROL = 'J';
    /**
     * Value for the control option long form.
     */
    public static final String OPTION_LONG_CONTROL = "control";
    // Prevent instantiation.
    private ArgumentConstants() {