aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/FORMAT.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/FORMAT.md b/docs/FORMAT.md
index 849a62c..bde2543 100644
--- a/docs/FORMAT.md
+++ b/docs/FORMAT.md
@@ -56,4 +56,8 @@ Output of the `-dsa/--ecdsa` option.
## Test runs
By default test runs are output in a human readable format, however YAML and XML is also supported and can be selected
-by using the `-o/--output` option.
+by using the `--format` option. Also, prefixing the output file name when using the `-o/--output` option allows to output
+the same test run in different formats to different files.
+
+For example:
+`--format yaml -o default_output.yaml -o xml:output_file.xml -o text:readable_text_file.txt `