Commit 3e725c4
authored
Fix incorrect help documentation of XCTestMain (#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 0d18916 commit 3e725c4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments