File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1038,9 +1038,9 @@ def create_argument_parser():
1038
1038
1039
1039
# -------------------------------------------------------------------------
1040
1040
in_group ('Build-script-impl arguments (for disambiguation)' )
1041
- # We need to list --skip-build -swift explicitly because otherwise argparse
1042
- # will auto-expand arguments like --skip-build -swift to the only known
1043
- # argument --skip-build -swiftevolve.
1041
+ # We need to list --skip-test -swift explicitly because otherwise argparse
1042
+ # will auto-expand arguments like --skip-test -swift to the only known
1043
+ # argument --skip-test -swiftevolve.
1044
1044
# These arguments are forwarded to impl_args in migration.py
1045
1045
1046
1046
option ('--install-swift' , toggle_true ('impl_install_swift' ))
You can’t perform that action at this time.
0 commit comments