From efe6d041aa0a1620f9b2e4717ba5d2a96da7a5a3 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 29 Aug 2020 21:57:59 -0700 Subject: [PATCH] fix: add missing space in text (#245) Co-authored-by: Benjamin E. Coe --- lib/parse-args.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/parse-args.js b/lib/parse-args.js index 6d12a4bf..8b2035c4 100644 --- a/lib/parse-args.js +++ b/lib/parse-args.js @@ -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', {