Skip to content

Commit 0a7f8d3

Browse files
committed
Refine option naming
1 parent 5217ce1 commit 0a7f8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Commands/Options.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ struct LocationOptions: ParsableArguments {
8484
@Option(name: .customLong("destination"), help: .hidden, completion: .directory)
8585
var customCompileDestination: AbsolutePath?
8686

87-
@Option(name: .customLong("experimental-cc-sdks-path"), help: .hidden, completion: .directory)
87+
@Option(name: .customLong("experimental-cross-compilation-sdks-path"), help: .hidden, completion: .directory)
8888
var ccSDKsDirectory: AbsolutePath?
8989
}
9090

0 commit comments

Comments
 (0)