Skip to content

Commit

Permalink
chore: slight tweak to wording of report-directory option
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Mar 8, 2019
1 parent 5ab31f5 commit abd255c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parse-args.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function buildYargs (withCommands = false) {
})
.option('reports-dir', {
alias: 'o',
describe: 'reports directory, where reports is written to',
describe: 'directory where coverage reports will be output to',
default: './coverage'
})
.option('exclude', {
Expand Down

0 comments on commit abd255c

Please sign in to comment.