Skip to content

Commit

Permalink
doc: fix spacing issue in --build-snapshot help text
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
syohex authored and RafaelGSS committed Sep 5, 2022
1 parent 8e41dbb commit 3e6cde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,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",
Expand Down

0 comments on commit 3e6cde5

Please sign in to comment.