Skip to content

Commit 29e160e

Browse files
authored
Update README.md with newer changed-dependents command (#142)
1 parent ec548ae commit 29e160e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ You can run on all changed files:
7070
pants --changed-since=HEAD lint
7171
```
7272

73-
You can run on all changed files, and any of their "dependees":
73+
You can run on all changed files, and any of their "dependents":
7474

7575
```
76-
pants --changed-since=HEAD --changed-dependees=transitive test
76+
pants --changed-since=HEAD --changed-dependents=transitive test
7777
```
7878

7979
## Target specifications

0 commit comments

Comments
 (0)