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():
472472 testing_group .add_argument ('--swift-build-exec' , default = 'swift build' ,
473473 help = '''
474474 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.
476476 ''' )
477477 testing_group .add_argument ('--swift-test-exec' , default = 'swift test' ,
478478 help = '''
479479 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.
481481 ''' )
482482 testing_group .add_argument ('--swiftc-exec' , default = 'swiftc' , help = '''
483483 Path to the swift executable. If not specified the swiftc exeuctable
You can’t perform that action at this time.
0 commit comments