Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoli Kuzmin committed Mar 20, 2014
1 parent 1ce9f1a commit ec057fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ Command.prototype.outputHelpIfNecessary = function(options) {
options = options || [];
for (var i = 0; i < options.length; i++) {
if (options[i] == '--help' || options[i] == '-h') {
cmd.outputHelp();
this.outputHelp();
process.exit(0);
}
}
Expand Down

0 comments on commit ec057fb

Please sign in to comment.