From 11452a97b39fde8dcf1800363d18c3bcb9bc895e Mon Sep 17 00:00:00 2001 From: cjihrig Date: Sun, 28 Aug 2022 15:26:33 -0400 Subject: [PATCH] doc: add --update-assert-snapshot to node.1 PR-URL: https://github.com/nodejs/node/pull/44429 Reviewed-By: Moshe Atlow Reviewed-By: Benjamin Gruenbaum Reviewed-By: Franziska Hinkelmann --- doc/node.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/node.1 b/doc/node.1 index 7ee4f2310f1a20..af41b0af9e55f2 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -483,6 +483,9 @@ Track heap object allocations for heap snapshots. .It Fl -unhandled-rejections=mode Define the behavior for unhandled rejections. Can be one of `strict` (raise an error), `warn` (enforce warnings) or `none` (silence warnings). . +.It Fl -update-assert-snapshot +Updates snapshot files used by `assert.snapshot()`. +. .It Fl -use-bundled-ca , Fl -use-openssl-ca Use bundled Mozilla CA store as supplied by current Node.js version or use OpenSSL's default CA store. The default store is selectable at build-time.