From: James Henderson Date: Tue, 25 Jun 2019 13:14:18 +0000 (+0000) Subject: [llvm-objcopy][llvm-strip] Fix help text typo for --allow-broken-links X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91ef2bfe77741cec5fc1dd6c4554012e4b980944;p=llvm [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 --- 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