Skip to content

Commit 88bc27a

Browse files
docs: clarify usage of -fail-only flag in README
1 parent b07d076 commit 88bc27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pass | Fail
1212

1313
By default, `tparse` will always return test failures and panics, if any, followed by a package-level summary table.
1414

15-
To get additional info on passed tests run `tparse` with `-pass` flag. To display only failed tests without the summary table, use the `-fail-only` flag. Tests are grouped by package and sorted by elapsed time in descending order (longest to shortest).
15+
To get additional info on passed tests run `tparse` with `-pass` flag. To display only failed tests, use the `-fail-only` flag. Tests are grouped by package and sorted by elapsed time in descending order (longest to shortest).
1616

1717
### [But why?!](#but-why) for more info.
1818

0 commit comments

Comments
 (0)