Skip to content

Commit 6962209

Browse files
kkebokateinoigakukun
authored andcommitted
Fix incorrect help documentation of XCTestMain (swiftlang#5044)
The option `--list-test` is incorrect. The correct option is [`--list-tests`](https://github.com/apple/swift-corelibs-foundation/blob/9c8bac47f032a431dde757112591e3dd60dba461/Sources/XCTest/Private/ArgumentParser.swift#L60).
1 parent 121137c commit 6962209

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
@@ -124,7 +124,7 @@ public func XCTMain(
124124
125125
OPTIONS:
126126
127-
-l, --list-test List tests line by line to standard output
127+
-l, --list-tests List tests line by line to standard output
128128
--dump-tests-json List tests in JSON to standard output
129129
130130
TESTCASES:

0 commit comments

Comments
 (0)