diff --git a/src/node_options.cc b/src/node_options.cc index 7245cd252bad01..c9276e12fe2e79 100644 --- a/src/node_options.cc +++ b/src/node_options.cc @@ -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",