We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e3aee commit 7d4ec42Copy full SHA for 7d4ec42
src/node_options.cc
@@ -409,7 +409,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
409
"the profile to the current working directory.",
410
&EnvironmentOptions::heap_prof);
411
AddOption("--heap-prof-name",
412
- "specified file name of the V8 CPU profile generated with "
+ "specified file name of the V8 heap profile generated with "
413
"--heap-prof",
414
&EnvironmentOptions::heap_prof_name);
415
AddOption("--heap-prof-dir",
0 commit comments