Skip to content

Commit 2d04ed0

Browse files
committed
[Build] Fix description of --skip-test-cmark
1 parent 4d71ffa commit 2d04ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build_swift/build_swift/driver_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ def create_argument_parser():
10711071
option('--skip-clean-swift-driver', toggle_false('clean_swift_driver'),
10721072
help='skip cleaning up Swift driver')
10731073
option('--skip-test-cmark', toggle_false('test_cmark'),
1074-
help='skip testing swiftpm')
1074+
help='skip testing cmark')
10751075
option('--skip-test-swiftpm', toggle_false('test_swiftpm'),
10761076
help='skip testing swiftpm')
10771077
option('--skip-test-swift-driver', toggle_false('test_swift_driver'),

0 commit comments

Comments
 (0)