Skip to content

Commit 4bebf93

Browse files
committed
Fix "run-time triple" usage
1 parent e4c192c commit 4bebf93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sources/SwiftSDKTool/Configuration/ResetConfiguration.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ struct ResetConfiguration: ConfigurationSubcommand {
5353
)
5454
var sdkID: String
5555

56-
@Argument(help: "A run-time triple of the Swift SDK specified by `sdk-id` identifier string.")
56+
@Argument(help: "A target triple of the Swift SDK specified by `sdk-id` identifier string.")
5757
var targetTriple: String
5858

5959
func run(
@@ -112,7 +112,7 @@ struct ResetConfiguration: ConfigurationSubcommand {
112112
} else {
113113
observabilityScope.emit(
114114
info: """
115-
All configuration properties of Swift SDK `\(sdkID)` for run-time triple \
115+
All configuration properties of Swift SDK `\(sdkID)` for target triple \
116116
`\(targetTriple)` were successfully reset.
117117
"""
118118
)

Sources/SwiftSDKTool/Configuration/SetConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ struct SetConfiguration: ConfigurationSubcommand {
6969
)
7070
var sdkID: String
7171

72-
@Argument(help: "The run-time triple of the Swift SDK to configure.")
72+
@Argument(help: "The target triple of the Swift SDK to configure.")
7373
var targetTriple: String
7474

7575
func run(

0 commit comments

Comments
 (0)