File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -472,12 +472,12 @@ def main():
472
472
testing_group .add_argument ('--swift-build-exec' , default = 'swift build' ,
473
473
help = '''
474
474
Path to the swift-build executable that is used to build SwiftPM projects
475
- If not specified the the 'swift build' command will be used.
475
+ If not specified the 'swift build' command will be used.
476
476
''' )
477
477
testing_group .add_argument ('--swift-test-exec' , default = 'swift test' ,
478
478
help = '''
479
479
Path to the swift-test executable that is used to test SwiftPM projects
480
- If not specified the the 'swift test' command will be used.
480
+ If not specified the 'swift test' command will be used.
481
481
''' )
482
482
testing_group .add_argument ('--swiftc-exec' , default = 'swiftc' , help = '''
483
483
Path to the swift executable. If not specified the swiftc exeuctable
You can’t perform that action at this time.
0 commit comments