Added documentation for --json

This commit is contained in:
Snaipe 2015-11-11 13:26:49 +01:00
parent e59adbff47
commit 3cfb0aa5a8

View file

@ -29,6 +29,9 @@ Command line arguments
* ``--xml[=FILE]``: Writes JUnit4 XML report to FILE.
No file or ``"-"`` means ``stderr``. This option is equivalent to
``--output=xml:FILE``.
* ``--json[=FILE]``: Writes a JSON report to FILE.
No file or ``"-"`` means ``stderr``. This option is equivalent to
``--output=json:FILE``.
* ``--verbose[=level]``: Makes the output verbose. When provided with an integer,
sets the verbosity level to that integer.
* ``-OPROVIDER:FILE or --output=PROVIDER:FILE``: Write a test report to FILE