We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a8dbe commit 8b355eaCopy full SHA for 8b355ea
src/node_options.cc
@@ -495,7 +495,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
495
"the profile to the current working directory.",
496
&EnvironmentOptions::heap_prof);
497
AddOption("--heap-prof-name",
498
- "specified file name of the V8 CPU profile generated with "
+ "specified file name of the V8 heap profile generated with "
499
"--heap-prof",
500
&EnvironmentOptions::heap_prof_name);
501
AddOption("--heap-prof-dir",
0 commit comments