Skip to content

Commit

Permalink
More precise terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichon-msft committed Feb 9, 2021
1 parent 4928f7f commit daf6829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rush-lib/src/cli/scriptActions/BulkScriptAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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".'
});
Expand Down

0 comments on commit daf6829

Please sign in to comment.