Skip to content

Fix small typos in build-script help #1101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 26, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions utils/build-script
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ environments and easily reproducible by engineers who are not familiar with the
details of the setups of other systems or automated environments.""")

targets_group = parser.add_argument_group(
title="Host and cross-compilation targets.")
title="Host and cross-compilation targets")
targets_group.add_argument(
"--host-target",
help="The host target. LLVM, Clang, and Swift will be built for this "
Expand Down Expand Up @@ -503,7 +503,7 @@ also build for iOS, but disallow tests that require an iOS device""",

parser.add_argument("--tvos",
help="""
also build for tvOS, but disallow tests that require an tvos device""",
also build for tvOS, but disallow tests that require a tvos device""",
action="store_true")

parser.add_argument("--watchos",
Expand Down