[llvm] 53ba045 - [llvm-install-name-tool] Update the command-line guide

Alexander Shaposhnikov via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 13:44:40 PDT 2020


Author: Alexander Shaposhnikov
Date: 2020-09-17T13:44:26-07:00
New Revision: 53ba045f488f7ef7d4894926fad8de0b76f1e20a

URL: https://github.com/llvm/llvm-project/commit/53ba045f488f7ef7d4894926fad8de0b76f1e20a
DIFF: https://github.com/llvm/llvm-project/commit/53ba045f488f7ef7d4894926fad8de0b76f1e20a.diff

LOG: [llvm-install-name-tool] Update the command-line guide

Added: 
    

Modified: 
    llvm/docs/CommandGuide/llvm-install-name-tool.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/llvm-install-name-tool.rst b/llvm/docs/CommandGuide/llvm-install-name-tool.rst
index da258afbaee8..87775d4f20d0 100644
--- a/llvm/docs/CommandGuide/llvm-install-name-tool.rst
+++ b/llvm/docs/CommandGuide/llvm-install-name-tool.rst
@@ -43,6 +43,10 @@ the same `<rpath>` value.
  times to delete multiple rpaths. Throws an error if ``<rpath>`` is not listed in
  the binary.
 
+.. option:: --help, -h
+
+ Print a summary of command line options.
+
 .. option:: -id <name>
 
  Change shared library's identification name under LC_ID_DYLIB to ``<name>`` in the
@@ -55,6 +59,10 @@ the same `<rpath>` value.
  multiple times to change multiple rpaths. Throws an error if ``<old_rpath>`` is not listed
  in the binary or ``<new_rpath>`` is already listed in the binary.
 
+.. option:: --version, -V
+
+ Display the version of the :program:`llvm-install-name-tool` executable.
+
 EXIT STATUS
 -----------
 


        


More information about the llvm-commits mailing list