Skip to content

Commit 7d4ec42

Browse files
syohexaddaleax
authored andcommitted
doc: fix profile type of --heap-prof-name
V8 CPU profile -> V8 heap profile PR-URL: #32404 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e7e3aee commit 7d4ec42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_options.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
409409
"the profile to the current working directory.",
410410
&EnvironmentOptions::heap_prof);
411411
AddOption("--heap-prof-name",
412-
"specified file name of the V8 CPU profile generated with "
412+
"specified file name of the V8 heap profile generated with "
413413
"--heap-prof",
414414
&EnvironmentOptions::heap_prof_name);
415415
AddOption("--heap-prof-dir",

0 commit comments

Comments
 (0)