diff --git a/doc/api/cli.md b/doc/api/cli.md index 316b7f0f869f57..e496abe08344d1 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -954,6 +954,9 @@ changes: Name of the file to which the report will be written. +If the filename is set to `'stdout'` or `'stderr'`, the report is written to +the stdout or stderr of the process respectively. + ### `--report-on-fatalerror`