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 <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
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

+1-1
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)