We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73dd95d commit 56ab09dCopy full SHA for 56ab09d
utils/build_swift/build_swift/driver_arguments.py
@@ -812,9 +812,9 @@ def create_argument_parser():
812
help='build WasmKit')
813
814
option('--swift-testing', toggle_true('build_swift_testing'),
815
- help='build swift-testing')
+ help='build Swift Testing')
816
option('--install-swift-testing', toggle_true('install_swift_testing'),
817
- help='install swift-testing')
+ help='install Swift Testing')
818
819
option('--xctest', toggle_true('build_xctest'),
820
help='build xctest')
0 commit comments