We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb44165 commit 586d4dfCopy full SHA for 586d4df
Sources/Commands/SwiftTestCommand.swift
@@ -186,7 +186,7 @@ struct TestCommandOptions: ParsableArguments {
186
var filter: [String] = []
187
188
@Option(name: .customLong("skip"),
189
- help: "Skip test cases that match regular expression, Example: '--skip PerformanceTests'.")
+ help: "Skip test cases that match a regular expression, Example: '--skip PerformanceTests'.")
190
var _testCaseSkip: [String] = []
191
192
/// Path where the xUnit xml file should be generated.
0 commit comments