We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--build-snapshot
1 parent a5906a0 commit 4a40251Copy full SHA for 4a40251
src/node_options.cc
@@ -750,7 +750,7 @@ PerProcessOptionsParser::PerProcessOptionsParser(
750
kAllowedInEnvironment);
751
AddOption("--build-snapshot",
752
"Generate a snapshot blob when the process exits."
753
- "Currently only supported in the node_mksnapshot binary.",
+ " Currently only supported in the node_mksnapshot binary.",
754
&PerProcessOptions::build_snapshot,
755
kDisallowedInEnvironment);
756
0 commit comments