From 083d94903603036e016635ea66c82ad68fc02dcc 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 llvm-svn: 364307 --- llvm/tools/llvm-objcopy/ObjcopyOpts.td | 2 +- llvm/tools/llvm-objcopy/StripOpts.td | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/tools/llvm-objcopy/ObjcopyOpts.td b/llvm/tools/llvm-objcopy/ObjcopyOpts.td index c97c3569e71e..5fce4fbde539 100644 --- a/llvm/tools/llvm-objcopy/ObjcopyOpts.td +++ b/llvm/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/llvm/tools/llvm-objcopy/StripOpts.td b/llvm/tools/llvm-objcopy/StripOpts.td index 40fe5d072c11..1d06bb3dfb38 100644 --- a/llvm/tools/llvm-objcopy/StripOpts.td +++ b/llvm/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