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

Gaetan Boismal
15.04.2016 2095a28e3b117ddc7b565bc7fbe410af70cb48f4
opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
@@ -265,9 +265,6 @@
    /** Long form of option for the command-line encoding option. */
    public static final String OPTION_LONG_ENCODING = "encoding";
    /** Long form of option specifying no wrapping of the command-line. */
    public static final String OPTION_LONG_DONT_WRAP = "dontWrap";
    /** The value for the long option targetDN. */
    public static final String OPTION_LONG_TARGETDN = "targetDN";
@@ -384,6 +381,11 @@
    /** The value to use to read from stdin or write to stdout. */
    public static final String USE_SYSTEM_STREAM_TOKEN = "-";
    /** The value for the wrap column long option. */
    public static final String OPTION_LONG_WRAP_COLUMN = "wrapColumn";
    /** The value for the wrap column short option. */
    public static final char OPTION_SHORT_WRAP_COLUMN = 't';
    /** Prevent instantiation. */
    private ArgumentConstants() {
    }