]> granicus.if.org Git - llvm/commitdiff
[llvm-objcopy][llvm-strip] Fix help text typo for --allow-broken-links
authorJames Henderson <jh7370@my.bristol.ac.uk>
Tue, 25 Jun 2019 13:14:18 +0000 (13:14 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Tue, 25 Jun 2019 13:14:18 +0000 (13:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364307 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-objcopy/ObjcopyOpts.td
tools/llvm-objcopy/StripOpts.td

index c97c3569e71e1e336e7d518f8f0d32624f93d313..5fce4fbde539d3f22f04722d0f1286145b849c7f 100644 (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
index 40fe5d072c111f88cf1a46fba87f37f2df7231a0..1d06bb3dfb384c3323c983d4b21e4ea4fd955b89 100644 (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