Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix profile type of --heap-prof-name
V8 CPU profile -> V8 heap profile
  • Loading branch information
syohex committed Mar 21, 2020
commit a7b85f997b37b8a3f7ffba58908b1e3060dd3211
2 changes: 1 addition & 1 deletion src/node_options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
"the profile to the current working directory.",
&EnvironmentOptions::heap_prof);
AddOption("--heap-prof-name",
"specified file name of the V8 CPU profile generated with "
"specified file name of the V8 heap profile generated with "
"--heap-prof",
&EnvironmentOptions::heap_prof_name);
AddOption("--heap-prof-dir",
Expand Down