diff --git a/doc/api/cli.md b/doc/api/cli.md index 3e7c0d41066f43..27a539e6de8819 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -981,6 +981,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`