From 5403bbbe95eef96582c688f16d3fcd3ea4c5cfa1 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Mon, 29 Aug 2022 20:42:36 +0900 Subject: [PATCH] doc: put a space after a period --- 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 0869cbb974be86..b9ffafb7cacd6c 100644 --- a/src/node_options.cc +++ b/src/node_options.cc @@ -770,7 +770,7 @@ PerProcessOptionsParser::PerProcessOptionsParser( kAllowedInEnvironment); AddOption("--build-snapshot", "Generate a snapshot blob when the process exits." - "Currently only supported in the node_mksnapshot binary.", + " Currently only supported in the node_mksnapshot binary.", &PerProcessOptions::build_snapshot, kDisallowedInEnvironment); AddOption("--node-snapshot",