File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Sources/SwiftSDKTool/Configuration Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ struct ResetConfiguration: ConfigurationSubcommand {
53
53
)
54
54
var sdkID : String
55
55
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. " )
57
57
var targetTriple : String
58
58
59
59
func run(
@@ -112,7 +112,7 @@ struct ResetConfiguration: ConfigurationSubcommand {
112
112
} else {
113
113
observabilityScope. emit (
114
114
info: """
115
- All configuration properties of Swift SDK ` \( sdkID) ` for run-time triple \
115
+ All configuration properties of Swift SDK ` \( sdkID) ` for target triple \
116
116
` \( targetTriple) ` were successfully reset.
117
117
"""
118
118
)
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ struct SetConfiguration: ConfigurationSubcommand {
69
69
)
70
70
var sdkID : String
71
71
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. " )
73
73
var targetTriple : String
74
74
75
75
func run(
You can’t perform that action at this time.
0 commit comments