Skip to content

Commit e4c192c

Browse files
committed
Update remaining mentions of "cross-compilation destinations" to "Swift SDKs"
Not all of the help strings were updated to use "Swift SDK" instead of "cross-compilation destination" after SE-0387 was accepted.
1 parent 93cce10 commit e4c192c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSDKTool/Configuration/ConfigureSwiftSDK.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public struct ConfigureSwiftSDK: ParsableCommand {
1616
public static let configuration = CommandConfiguration(
1717
commandName: "configuration",
1818
abstract: """
19-
Manages configuration options for installed cross-compilation destinations.
19+
Manages configuration options for installed Swift SDKs.
2020
""",
2121
subcommands: [
2222
ResetConfiguration.self,

0 commit comments

Comments
 (0)