Skip to content

Commit c54ec88

Browse files
Update src/python/pants/option/alias.py
Co-authored-by: Andreas Stenius <[email protected]>
1 parent 5e15eb0 commit c54ec88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/python/pants/option/alias.py

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class CliOptions(Subsystem):
5151
5252
This would allow you to run `{bin_name()} green --all-changed`, which is shorthand for
5353
`{bin_name()} fmt lint check --changed-since=HEAD --changed-dependents=transitive`.
54-
You can also now run `{bin_name()} test --troubleshoot ::` to debug tests.
5554
5655
Notice: this option must be placed in a config file (e.g. `pants.toml` or `pantsrc`)
5756
to have any effect.

0 commit comments

Comments
 (0)