Skip to content

Commit

Permalink
"Options:" > "options:"
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed May 16, 2011
1 parent e230bc6 commit 0826c9f
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 @@ -191,7 +191,7 @@ function Argv (args, cwd) {
};

self.help = function () {
var help = ['options:'];
var help = ['Options:'];

if (usage) {
help.unshift(usage.replace(/\$0/g, self.$0), '');
Expand Down

0 comments on commit 0826c9f

Please sign in to comment.