Skip to content

Commit 4a40251

Browse files
syohexjuanarbol
authored andcommitted
doc: fix spacing issue in --build-snapshot help text
PR-URL: #44435 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Kohei Ueno <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent a5906a0 commit 4a40251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_options.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ PerProcessOptionsParser::PerProcessOptionsParser(
750750
kAllowedInEnvironment);
751751
AddOption("--build-snapshot",
752752
"Generate a snapshot blob when the process exits."
753-
"Currently only supported in the node_mksnapshot binary.",
753+
" Currently only supported in the node_mksnapshot binary.",
754754
&PerProcessOptions::build_snapshot,
755755
kDisallowedInEnvironment);
756756

0 commit comments

Comments
 (0)