[PATCH] D46025: [llvm-objcopy] Adjust the help message

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 24 14:49:02 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL330777: [llvm-objcopy] Adjust the help message (authored by alexshap, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D46025?vs=143793&id=143814#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D46025

Files:
  llvm/trunk/tools/llvm-objcopy/Opts.td


Index: llvm/trunk/tools/llvm-objcopy/Opts.td
===================================================================
--- llvm/trunk/tools/llvm-objcopy/Opts.td
+++ llvm/trunk/tools/llvm-objcopy/Opts.td
@@ -23,7 +23,7 @@
                  HelpText<"Equivalent to extract-dwo on the input file to <dwo-file>, then strip-dwo on the input file">;
 defm add_gnu_debuglink : Eq<"add-gnu-debuglink">,
                          MetaVarName<"debug-file">,
-                         HelpText<"adds a .gnu_debuglink for <debug-file>">;
+                         HelpText<"Add a .gnu_debuglink for <debug-file>">;
 defm remove_section : Eq<"remove-section">,
                       MetaVarName<"section">,
                       HelpText<"Remove <section>">;
@@ -41,11 +41,11 @@
                    MetaVarName<"section=file">,
                    HelpText<"Make a section named <section> with the contents of <file>.">;
 def strip_all : Flag<["-", "--"], "strip-all">,
-                HelpText<"Removes non-allocated sections other than .gnu.warning* sections">;
+                HelpText<"Remove non-allocated sections other than .gnu.warning* sections">;
 def strip_all_gnu : Flag<["-", "--"], "strip-all-gnu">,
                     HelpText<"Compaitable with GNU objcopy's --strip-all">;
 def strip_debug : Flag<["-", "--"], "strip-debug">,
-                  HelpText<"Removes all debug information">;
+                  HelpText<"Remove all debug information">;
 def strip_dwo : Flag<["-", "--"], "strip-dwo">,
                 HelpText<"Remove all DWARF .dwo sections from file">;
 def strip_sections : Flag<["-", "--"], "strip-sections">,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46025.143814.patch
Type: text/x-patch
Size: 1631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180424/97169345/attachment.bin>


More information about the llvm-commits mailing list