Skip to content

Commit 3c5fea2

Browse files
committed
Fixup help text for --show-attempts-count
1 parent ccffc2e commit 3c5fea2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/utils/lit/lit/cl_arguments.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ def parse_args():
107107
format_group.add_argument(
108108
"--show-attempts-count",
109109
dest="showAttemptsCount",
110-
help="Show number of attempts and maximum attempts for flaky tests.",
110+
help="Show number of attempts and maximum attempts for tests"
111+
"which are allowed to run more than once.",
111112
action="store_true",
112113
)
113114

0 commit comments

Comments
 (0)