OSDN Git Service

[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 c97c356..5fce4fb 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 40fe5d0..1d06bb3 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