We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--build-snapshot
1 parent 5e799e3 commit d70262bCopy full SHA for d70262b
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