Skip to content

Commit 1a8ea8a

Browse files
committed
doc: remove notice of dashes in V8 options
Previously only V8 options supported both dashes in them (making them equivalent), but now Node.js also supports both styles so the note can be removed. Refs: #23020
1 parent bdcfbd8 commit 1a8ea8a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

doc/node.1

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -227,16 +227,6 @@ and
227227
.
228228
.It Fl -v8-options
229229
Print V8 command-line options.
230-
.Pp
231-
Note: V8 options allow words to be separated by both dashes
232-
.Sy ( - )
233-
or underscores
234-
.Sy ( _ ) .
235-
.Pp
236-
For example,
237-
.Fl -stack-trace-limit
238-
is equivalent to
239-
.Fl -stack_trace_limit .
240230
.
241231
.It Fl -v8-pool-size Ns = Ns Ar num
242232
Set V8's thread pool size which will be used to allocate background jobs.

0 commit comments

Comments
 (0)