Skip to content

Commit

Permalink
Fix typo in tags help message (pantsbuild#11837)
Browse files Browse the repository at this point in the history
[ci skip-rust]
[ci skip-build-wheels]
  • Loading branch information
Eric-Arellano authored Apr 4, 2021
1 parent 4828302 commit 4b99b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/engine/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ class Tags(StringSequenceField):
alias = "tags"
help = (
"Arbitrary strings to describe a target.\n\nFor example, you may tag some test targets "
"with 'integration_test' so that you could run `./pants --tags='integration_test' test ::` "
"with 'integration_test' so that you could run `./pants --tag='integration_test' test ::` "
"to only run on targets with that tag."
)

Expand Down

0 comments on commit 4b99b8f

Please sign in to comment.