From 6f26a5e20d339008ac26b974336cce2d57a7e29e Mon Sep 17 00:00:00 2001 From: Debadree Chatterjee Date: Sun, 11 Dec 2022 23:00:44 +0530 Subject: [PATCH] doc: update content Co-authored-by: Antoine du Hamel --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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