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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/install.js')
-rw-r--r--lib/install.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/install.js b/lib/install.js
index 50ba5ebc5..839b57b36 100644
--- a/lib/install.js
+++ b/lib/install.js
@@ -27,6 +27,8 @@ install.usage = "npm install"
+ "\nIf no argument is supplied and ./npm-shrinkwrap.json is "
+ "\npresent, installs dependencies specified in the shrinkwrap."
+ "\nOtherwise, installs dependencies from ./package.json."
+ + "\n\nOptions
+ + "\n\n--nodedir=/path/to/node/source"
install.completion = function (opts, cb) {
// install can complete to a folder with a package.json, or any package.