File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
SwiftJavaDocumentation/Documentation.docc Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ OPTIONS:
5757 The name of the Swift module into which the resulting Swift types will be generated.
5858 --depends-on <depends-on>
5959 A swift-java configuration file for a given Swift module name on which this module depends,
60- e.g., JavaKitJar=Sources/JavaKitJar/Java2Swift .config. There should be one of these options
60+ e.g., JavaKitJar=Sources/JavaKitJar/swift-java .config. There should be one of these options
6161 for each Swift module that this module depends on (transitively) that contains wrapped Java sources.
6262 --swift-native-implementation <swift-native-implementation>
6363 The names of Java classes whose declared native methods will be implemented in Swift.
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ extension SwiftJava {
7070 @Option (
7171 help: """
7272 A swift-java configuration file for a given Swift module name on which this module depends,
73- e.g., Sources/JavaKitJar/Java2Swift .config. There should be one of these options
73+ e.g., Sources/JavaKitJar/swift-java .config. There should be one of these options
7474 for each Swift module that this module depends on (transitively) that contains wrapped Java sources.
7575 """
7676 )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ extension SwiftJava {
4040 @Option (
4141 help: """
4242 A swift-java configuration file for a given Swift module name on which this module depends,
43- e.g., JavaKitJar=Sources/JavaKitJar/Java2Swift .config. There should be one of these options
43+ e.g., JavaKitJar=Sources/JavaKitJar/swift-java .config. There should be one of these options
4444 for each Swift module that this module depends on (transitively) that contains wrapped Java sources.
4545 """
4646 )
You can’t perform that action at this time.
0 commit comments