From 91ef2bfe77741cec5fc1dd6c4554012e4b980944 Mon Sep 17 00:00:00 2001 From: James Henderson Date: Tue, 25 Jun 2019 13:14:18 +0000 Subject: [PATCH] [llvm-objcopy][llvm-strip] Fix help text typo for --allow-broken-links git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364307 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-objcopy/ObjcopyOpts.td | 2 +- tools/llvm-objcopy/StripOpts.td | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/llvm-objcopy/ObjcopyOpts.td b/tools/llvm-objcopy/ObjcopyOpts.td index c97c3569e71..5fce4fbde53 100644 --- a/tools/llvm-objcopy/ObjcopyOpts.td +++ b/tools/llvm-objcopy/ObjcopyOpts.td @@ -13,7 +13,7 @@ def h : Flag<["-"], "h">, Alias; def allow_broken_links : Flag<["--"], "allow-broken-links">, HelpText<"Allow llvm-objcopy to remove sections even if it would leave " - "invalid section references. The appropriate sh_link fields" + "invalid section references. The appropriate sh_link fields " "will be set to zero.">; defm binary_architecture diff --git a/tools/llvm-objcopy/StripOpts.td b/tools/llvm-objcopy/StripOpts.td index 40fe5d072c1..1d06bb3dfb3 100644 --- a/tools/llvm-objcopy/StripOpts.td +++ b/tools/llvm-objcopy/StripOpts.td @@ -13,7 +13,7 @@ def h : Flag<["-"], "h">, Alias; def allow_broken_links : Flag<["--"], "allow-broken-links">, HelpText<"Allow llvm-strip to remove sections even if it would leave " - "invalid section references. The appropriate sh_link fields" + "invalid section references. The appropriate sh_link fields " "will be set to zero.">; def enable_deterministic_archives -- 2.11.0