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:
authorisaacs <i@izs.me>2014-05-22 02:04:17 +0400
committerisaacs <i@izs.me>2014-05-22 02:04:17 +0400
commit413c579197309cd3e21be00463a8f6fc7db010a1 (patch)
treeae97ce641aaf11e43b3b3f201aba1257bc1a5a9b /node_modules/node-gyp/lib/node-gyp.js
parentbe384d44658ce2a2398b2d55b0d26935a6e1fd85 (diff)
node-gyp@0.13.1
Diffstat (limited to 'node_modules/node-gyp/lib/node-gyp.js')
-rw-r--r--node_modules/node-gyp/lib/node-gyp.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/node_modules/node-gyp/lib/node-gyp.js b/node_modules/node-gyp/lib/node-gyp.js
index 2ae08904b..df7ce8555 100644
--- a/node_modules/node-gyp/lib/node-gyp.js
+++ b/node_modules/node-gyp/lib/node-gyp.js
@@ -203,9 +203,6 @@ proto.usage = function usage () {
return ' - ' + c + ' - ' + require('./' + c).usage
}).join('\n')
, ''
- , ' for specific command usage and options try:'
- , ' $ node-gyp <command> --help'
- , ''
, 'node-gyp@' + this.version + ' ' + path.resolve(__dirname, '..')
, 'node@' + process.versions.node
].join('\n')