Skip to content

Commit

Permalink
node-gyp: remove lie in --help output
Browse files Browse the repository at this point in the history
Sub-command --help does not work, at this time.
  • Loading branch information
TooTallNate committed Mar 11, 2014
1 parent 7cbf31c commit e82e438
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/node-gyp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit e82e438

Please sign in to comment.