From 3cfb0aa5a8bb97237461968c979d92c348e0a65e Mon Sep 17 00:00:00 2001 From: Snaipe Date: Wed, 11 Nov 2015 13:26:49 +0100 Subject: [PATCH] Added documentation for --json --- doc/env.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/env.rst b/doc/env.rst index 5ff950c..234a496 100644 --- a/doc/env.rst +++ b/doc/env.rst @@ -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