From 7d4ec42b3a99779dfaff710e2af9bd7f8e8fe5d4 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit V8 CPU profile -> V8 heap profile PR-URL: https://github.com/nodejs/node/pull/32404 Reviewed-By: Anna Henningsen Reviewed-By: Michaƫl Zasso Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: James M Snell --- 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 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",