diff --git a/doc/api/cli.md b/doc/api/cli.md index dd7cbbd12fc1b2..e16fdbddd2b958 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1064,6 +1064,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`