From a7b85f997b37b8a3f7ffba58908b1e3060dd3211 Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Sat, 21 Mar 2020 17:29:06 +0900 Subject: [PATCH] doc: fix profile type of --heap-prof-name V8 CPU profile -> V8 heap profile --- src/node_options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_options.cc b/src/node_options.cc index fe6f0f24d31384..494e53eca3b6e9 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",