Skip to content

Commit

Permalink
Update run_tracker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asherf committed Sep 14, 2020
1 parent c3dd962 commit d0d3eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/pants/goal/run_tracker.py
Expand Up @@ -133,8 +133,8 @@ def register_options(cls, register):
default=[],
help="Option scopes to record in stats on run completion. "
"Options may be selected by joining the scope and the option with a ^ character, "
"i.e. to get option `pantsd` in the GLOBAL scope, you'd pass "
"`GLOBAL^pantsd`, add a '*' to the list to capture all known scopes",
"i.e. to get option `pantsd` in the GLOBAL scope, you'd pass `GLOBAL^pantsd`. "
"Add a '*' to the list to capture all known scopes.",
)

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit d0d3eb3

Please sign in to comment.