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 }));