Skip to content

Commit 684bfe4

Browse files
committed
Fix incorrect help documentation of XCTestMain
The option `--list-test` is incorrect. The correct option is [`--list-tests`](https://github.com/apple/swift-corelibs-xctest/blob/7a9df99f405b39be19d74304a76ba9b515ab228c/Sources/XCTest/Private/ArgumentParser.swift#L60).
1 parent a356762 commit 684bfe4

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)