Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: put a space after a period
  • Loading branch information
syohex committed Aug 29, 2022
commit 5403bbbe95eef96582c688f16d3fcd3ea4c5cfa1
2 changes: 1 addition & 1 deletion src/node_options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,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