Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e6cde5

Browse files
syohexRafaelGSS
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 8e41dbb commit 3e6cde5

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
@@ -757,7 +757,7 @@ PerProcessOptionsParser::PerProcessOptionsParser(
757757
kAllowedInEnvironment);
758758
AddOption("--build-snapshot",
759759
"Generate a snapshot blob when the process exits."
760-
"Currently only supported in the node_mksnapshot binary.",
760+
" Currently only supported in the node_mksnapshot binary.",
761761
&PerProcessOptions::build_snapshot,
762762
kDisallowedInEnvironment);
763763
AddOption("--node-snapshot",

0 commit comments

Comments
 (0)