Author: buildbot Date: Sat Dec 20 21:51:23 2014 New Revision: 933479 Log: Staging update by buildbot for jena
Modified: websites/staging/jena/trunk/content/ (props changed) websites/staging/jena/trunk/content/documentation/io/index.html Propchange: websites/staging/jena/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sat Dec 20 21:51:23 2014 @@ -1 +1 @@ -1647036 +1647057 Modified: websites/staging/jena/trunk/content/documentation/io/index.html ============================================================================== --- websites/staging/jena/trunk/content/documentation/io/index.html (original) +++ websites/staging/jena/trunk/content/documentation/io/index.html Sat Dec 20 21:51:23 2014 @@ -250,9 +250,11 @@ get command line reminders):</p> <li><code>--syntax=NAME</code>; Explicitly set the input syntax for all files.</li> <li><code>--validate</code>: Checking mode: same as <code>--strict --sink --check=true</code>.</li> <li><code>--check=true/false</code>: Run with checking of literals and IRIs either on or off.</li> -<li><code>--sink</code>: No output.</li> <li><code>--time</code>: Output timing information.</li> -<li><code>--out=FORMAT</code>: Output in a given syntax (this is streaming, not pretty printing).</li> +<li><code>--sink</code>: No output.</li> +<li><code>--output=FORMAT</code>: Output in a given syntax (streaming if possible).</li> +<li><code>--formatted=FORMAT</code>: Output in a given syntax, using pretty printing.</li> +<li><code>--stream=FORMAT</code>: Output in a given syntax, streaming (not all syntaxes can be streamed).</li> </ul> <p>To aid in checking for errors in UTF8-encoded files, there is a utility which reads a file of bytes as UTF8 and checks the encoding.</p>