Skip to content

Commit 4f4d394

Browse files
authored
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 db10f2c commit 4f4d394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_options.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ PerProcessOptionsParser::PerProcessOptionsParser(
770770
kAllowedInEnvironment);
771771
AddOption("--build-snapshot",
772772
"Generate a snapshot blob when the process exits."
773-
"Currently only supported in the node_mksnapshot binary.",
773+
" Currently only supported in the node_mksnapshot binary.",
774774
&PerProcessOptions::build_snapshot,
775775
kDisallowedInEnvironment);
776776
AddOption("--node-snapshot",

0 commit comments

Comments
 (0)