From daf682921f0df75e235c95ce3dbf9c0952c96279 Mon Sep 17 00:00:00 2001 From: David Michon Date: Mon, 8 Feb 2021 16:45:53 -0800 Subject: [PATCH] More precise terminology --- apps/rush-lib/src/cli/scriptActions/BulkScriptAction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rush-lib/src/cli/scriptActions/BulkScriptAction.ts b/apps/rush-lib/src/cli/scriptActions/BulkScriptAction.ts index e2fc1c1b57b..161cfd07f6b 100644 --- a/apps/rush-lib/src/cli/scriptActions/BulkScriptAction.ts +++ b/apps/rush-lib/src/cli/scriptActions/BulkScriptAction.ts @@ -399,7 +399,7 @@ export class BulkScriptAction extends BaseScriptAction { 'Normally Rush would terminate after the command finishes;' + ' adding this parameter will instead watch the file system for changes to the selected projects' + ' (or all projects if no selection was specified).' + - ' If changes are detected, will re-execute the command on all projects within the selection that are' + + ' When changes are detected, will re-execute the command on all projects within the selection that are' + ' impacted by the detected changes, then resume waiting for changes.' + ' For details, refer to the website article "Using watch mode".' });