We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec548ae commit 29e160eCopy full SHA for 29e160e
README.md
@@ -70,10 +70,10 @@ You can run on all changed files:
70
pants --changed-since=HEAD lint
71
```
72
73
-You can run on all changed files, and any of their "dependees":
+You can run on all changed files, and any of their "dependents":
74
75
76
-pants --changed-since=HEAD --changed-dependees=transitive test
+pants --changed-since=HEAD --changed-dependents=transitive test
77
78
79
## Target specifications
0 commit comments