Skip to content

Commit 16afeec

Browse files
stmontgomeryrintaro
authored andcommitted
Improve description of new build-script flags
1 parent b40924a commit 16afeec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build_swift/build_swift/driver_arguments.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -810,9 +810,9 @@ def create_argument_parser():
810810
help='build WasmKit')
811811

812812
option('--swift-testing', toggle_true('build_swift_testing'),
813-
help='build swift-testing')
813+
help='build Swift Testing')
814814
option('--install-swift-testing', toggle_true('install_swift_testing'),
815-
help='install swift-testing')
815+
help='install Swift Testing')
816816

817817
option('--xctest', toggle_true('build_xctest'),
818818
help='build xctest')

0 commit comments

Comments
 (0)