From e82e4387bed35cc59d61a6433dc23d9caf0bdc01 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Tue, 11 Mar 2014 15:53:17 -0300 Subject: [PATCH] node-gyp: remove lie in --help output Sub-command --help does not work, at this time. --- lib/node-gyp.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/node-gyp.js b/lib/node-gyp.js index 2ae08904b3..df7ce85553 100644 --- a/lib/node-gyp.js +++ b/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 --help' - , '' , 'node-gyp@' + this.version + ' ' + path.resolve(__dirname, '..') , 'node@' + process.versions.node ].join('\n')