File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ PROJECT CONFIGURATION:
74
74
Generate a target for C/C++ files in the standard library (default: --stdlib)
75
75
--stdlib-swift/--no-stdlib-swift
76
76
Generate targets for Swift files in the standard library. This requires
77
- using Xcode with with a main development snapshot (and as such is disabled
77
+ using Xcode with a main development snapshot (and as such is disabled
78
78
by default). (default: --no-stdlib-swift)
79
79
--test-folders/--no-test-folders
80
80
Add folder references for test files (default: --test-folders)
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ struct ProjectOptions: ParsableArguments {
164
164
name: . customLong( " stdlib-swift " ) , inversion: . prefixedNo,
165
165
help: """
166
166
Generate targets for Swift files in the standard library. This requires
167
- using Xcode with with a main development snapshot (and as such is disabled
167
+ using Xcode with a main development snapshot (and as such is disabled
168
168
by default).
169
169
"""
170
170
)
You can’t perform that action at this time.
0 commit comments