Skip to content

Commit

Permalink
fix: add missing space in text (#245)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
Trott and bcoe committed Aug 30, 2020
1 parent baa01df commit efe6d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parse-args.js
Expand Up @@ -92,7 +92,7 @@ function buildYargs (withCommands = false) {
.options('allowExternal', {
default: false,
type: 'boolean',
describe: 'supplying --allowExternal will cause c8 to allow files from outside of your cwd. This applies both to' +
describe: 'supplying --allowExternal will cause c8 to allow files from outside of your cwd. This applies both to ' +
'files discovered in coverage temp files and also src files discovered if using the --all flag.'
})
.options('src', {
Expand Down

0 comments on commit efe6d04

Please sign in to comment.