diff --git a/doc/api/cli.md b/doc/api/cli.md index d288f56a69349b..988ded3d679ced 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1630,7 +1630,7 @@ when the option is used on a platform that does not support it. ### `--watch-preserve-output` -Option to ensure output of stdout is preserved during --watch on restart. +Disable the clearing of the console when watch mode restarts the process. ```console $ node --watch --watch-preserve-output test.js