Skip to content

Commit cf7539a

Browse files
committed
doc: add --update-assert-snapshot to node.1
PR-URL: #44429 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
1 parent 1fe4e55 commit cf7539a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/node.1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,9 @@ Track heap object allocations for heap snapshots.
486486
.It Fl -unhandled-rejections=mode
487487
Define the behavior for unhandled rejections. Can be one of `strict` (raise an error), `warn` (enforce warnings) or `none` (silence warnings).
488488
.
489+
.It Fl -update-assert-snapshot
490+
Updates snapshot files used by `assert.snapshot()`.
491+
.
489492
.It Fl -use-bundled-ca , Fl -use-openssl-ca
490493
Use bundled Mozilla CA store as supplied by current Node.js version or use OpenSSL's default CA store.
491494
The default store is selectable at build-time.

0 commit comments

Comments
 (0)