From 41b117eda762874100f3abeae064575b089df0d8 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Mon, 17 Jun 2019 14:20:42 -0700 Subject: [PATCH] Improve help message for skipPercent --- Gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gulpfile.js b/Gulpfile.js index 857a2190c17..a8f5748271d 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -429,7 +429,7 @@ task("runtests-parallel").flags = { " --workers=": "The number of parallel workers to use.", " --timeout=": "Overrides the default test timeout.", " --built": "Compile using the built version of the compiler.", - " --skipPercent=": "Skip expensive tests with chance to miss an edit.", + " --skipPercent=": "Skip expensive tests with chance to miss an edit. Default 5%.", }; task("diff", () => exec(getDiffTool(), [refBaseline, localBaseline], { ignoreExitCode: true }));