Skip to content

Commit 586d4df

Browse files
heckjbripeticca
andauthored
Update Sources/Commands/SwiftTestCommand.swift
Co-authored-by: Bri Peticca <[email protected]>
1 parent bb44165 commit 586d4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Commands/SwiftTestCommand.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ struct TestCommandOptions: ParsableArguments {
186186
var filter: [String] = []
187187

188188
@Option(name: .customLong("skip"),
189-
help: "Skip test cases that match regular expression, Example: '--skip PerformanceTests'.")
189+
help: "Skip test cases that match a regular expression, Example: '--skip PerformanceTests'.")
190190
var _testCaseSkip: [String] = []
191191

192192
/// Path where the xUnit xml file should be generated.

0 commit comments

Comments
 (0)