Skip to content

Commit d7e4406

Browse files
authored
Merge pull request #499 from kkebo/fix-list-tests-help
Fix incorrect help documentation of XCTestMain
2 parents 7f2b2e2 + 684bfe4 commit d7e4406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XCTest/Public/XCTestMain.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ internal func XCTMainMisc(
182182
183183
OPTIONS:
184184
185-
-l, --list-test List tests line by line to standard output
185+
-l, --list-tests List tests line by line to standard output
186186
--dump-tests-json List tests in JSON to standard output
187187
188188
TESTCASES:

0 commit comments

Comments
 (0)