Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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