[llvm-objcopy][llvm-strip] Fix help text typo for --allow-broken-links

llvm-svn: 364307
This commit is contained in:
James Henderson 2019-06-25 13:14:18 +00:00
parent b96d9d8bda
commit 083d949036
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ def h : Flag<["-"], "h">, Alias<help>;
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

View File

@ -13,7 +13,7 @@ def h : Flag<["-"], "h">, Alias<help>;
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