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

Jean-Noel Rouvignac
20.51.2015 3493cfbfe6e815454ce102a32152b088b89c5308
opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentParser.java
@@ -1237,6 +1237,15 @@
    }
    /**
     * Sets the raw set of arguments.
     *
     * @param rawArguments the raw set of arguments to set
     */
    void setRawArguments(String[] rawArguments) {
        this.rawArguments = rawArguments;
    }
    /**
     * Sets the provided argument as one which will automatically trigger the
     * output of usage information if it is provided on the command line and no
     * further argument validation will be performed. Note that the caller will