From 54d438ed844aa871128914d990ae2a5a32aa0450 Mon Sep 17 00:00:00 2001 From: Sergey Zolotarev Date: Tue, 26 Jan 2016 12:18:26 +0600 Subject: [PATCH] Fix small typos in build-script help --- utils/build-script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/build-script b/utils/build-script index c5616cd53687d..08dfc13358593 100755 --- a/utils/build-script +++ b/utils/build-script @@ -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 " @@ -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",