summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/node.13
-rw-r--r--src/node_options.cc2
2 files changed, 1 insertions, 4 deletions
diff --git a/doc/node.1 b/doc/node.1
index 9bb344fdf2..ec2642170a 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -132,9 +132,6 @@ Specify the
.Ar module
to use as a custom module loader.
.
-.It Fl -experimental-modules
-Enable experimental latest experimental modules features.
-.
.It Fl -experimental-policy
Use the specified file as a security policy.
.
diff --git a/src/node_options.cc b/src/node_options.cc
index 4148cfc04e..3b9142c19e 100644
--- a/src/node_options.cc
+++ b/src/node_options.cc
@@ -285,7 +285,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
kAllowedInEnvironment);
AddAlias("--loader", "--experimental-loader");
AddOption("--experimental-modules",
- "experimental modules features",
+ "",
&EnvironmentOptions::experimental_modules,
kAllowedInEnvironment);
AddOption("--experimental-wasm-modules",