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.
1 parent 9232aa3 commit 23fc1efCopy full SHA for 23fc1ef
src/node.cc
@@ -3707,7 +3707,14 @@ static void PrintHelp() {
3707
" (will extend linked-in data)\n"
3708
#endif
3709
3710
- "NODE_REPL_HISTORY path to the persistent REPL history file\n"
+ "NODE_NO_WARNINGS set to 1 to silence process warnings\n"
3711
+#ifdef _WIN32
3712
+ "NODE_PATH ';'-separated list of directories\n"
3713
+#else
3714
+ "NODE_PATH ':'-separated list of directories\n"
3715
+#endif
3716
+ " prefixed to the module search path\n"
3717
+ "NODE_REPL_HISTORY path to the persistent REPL history file\n"
3718
"\n"
3719
"Documentation can be found at https://nodejs.org/\n");
3720
}
0 commit comments