Skip to content

Commit cbd3faa

Browse files
committed
Improve wording
1 parent 0b878ef commit cbd3faa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@ Usage
5959
Name(s) of the relationship(s) used to link to items in Tags section.
6060
The default value is 'validates'.
6161
-t [TAGS ...], --tags [TAGS ...]
62-
Regex(es) for matching tags to treat them as traceable targets via a
63-
relationship. All tags get matched by default.
62+
Zero or more Python regexes for matching tags to treat them as
63+
traceable targets via a relationship. All tags get matched by
64+
default.
6465
--include [INCLUDE ...]
65-
Regex(es) for matching tags to filter test cases. A test case is
66-
included if every regex matches at least one of its tags.
66+
Zero or more Python regexes for matching tags to filter test cases.
67+
If every regex matches at least one of a test case's tags, the test
68+
case is included.
6769
-c [COVERAGE ...], --coverage [COVERAGE ...]
6870
Minimum coverage percentages for the item-matrix(es); 1 value per tag
6971
in -t, --tags.

0 commit comments

Comments
 (0)