From d0d3eb395953369fd28cf84965f3868d555cc988 Mon Sep 17 00:00:00 2001 From: Asher Foa Date: Mon, 14 Sep 2020 15:49:38 -0700 Subject: [PATCH] Update run_tracker.py --- src/python/pants/goal/run_tracker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python/pants/goal/run_tracker.py b/src/python/pants/goal/run_tracker.py index bd8eb76e3db..2b9e01e30aa 100644 --- a/src/python/pants/goal/run_tracker.py +++ b/src/python/pants/goal/run_tracker.py @@ -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):