Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-07-25 05:04:45 +0400
committerisaacs <i@izs.me>2011-07-25 05:04:45 +0400
commitc050d0fa19a2dbb34e1e99403b597a5e8e51b6e5 (patch)
tree43d49d713882e8e486ecd935dc49ef8d9f129aa3 /src
parentdb993956d61dd1cff86787cf7b8d1661d3d23e30 (diff)
Finish removing require.paths
Fix require() completion bug in repl, and correct man output
Diffstat (limited to 'src')
-rw-r--r--src/node.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/node.cc b/src/node.cc
index 173bcaa61b9..8ce02183be3 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -2259,8 +2259,7 @@ static void PrintHelp() {
"\n"
"Enviromental variables:\n"
"NODE_PATH ':'-separated list of directories\n"
- " prefixed to the module search path,\n"
- " require.paths.\n"
+ " prefixed to the module search path.\n"
"NODE_MODULE_CONTEXTS Set to 1 to load modules in their own\n"
" global contexts.\n"
"NODE_DISABLE_COLORS Set to 1 to disable colors in the REPL\n"