We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb877e commit 85f5d1eCopy full SHA for 85f5d1e
Tests/CommandsTests/PackageCommandTests.swift
@@ -95,7 +95,7 @@ class PackageCommandTestCase: CommandsBuildProviderTestCase {
95
96
func testCompletionTool() async throws {
97
let stdout = try await execute(["completion-tool", "--help"]).stdout
98
- XCTAssertMatch(stdout, .contains("OVERVIEW: Completion command (for shell completions)"))
+ XCTAssertMatch(stdout, .contains("OVERVIEW: Command to generate shell completions."))
99
}
100
101
func testInitOverview() async throws {
0 commit comments