Skip to content

Commit

Permalink
Update README.md with newer changed-dependents command (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
noamelf authored Dec 12, 2024
1 parent ec548ae commit 29e160e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ You can run on all changed files:
pants --changed-since=HEAD lint
```

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

```
pants --changed-since=HEAD --changed-dependees=transitive test
pants --changed-since=HEAD --changed-dependents=transitive test
```

## Target specifications
Expand Down

0 comments on commit 29e160e

Please sign in to comment.