Skip to content

Commit

Permalink
Fixed #810: Made --reporter description in -h more straightforward
Browse files Browse the repository at this point in the history
  • Loading branch information
valueof committed Jul 1, 2013
1 parent 1c70362 commit b937895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var defReporter = require("../reporters/default").reporter;

var OPTIONS = {
"config": ["config", "Custom configuration file", "string", false ],
"reporter": ["reporter", "Custom reporter", "string", undefined ],
"reporter": ["reporter", "Custom reporter (<PATH>|jslint|checkstyle)", "string", undefined ],
"verbose": ["verbose", "Show message codes"],
"show-non-errors": ["show-non-errors", "Show additional data generated by jshint"],
"extra-ext": ["extra-ext",
Expand Down

0 comments on commit b937895

Please sign in to comment.