Skip to content

Commit 53ba045

Browse files
author
Alexander Shaposhnikov
committed
[llvm-install-name-tool] Update the command-line guide
1 parent 05d4c4e commit 53ba045

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ the same `<rpath>` value.
4343
times to delete multiple rpaths. Throws an error if ``<rpath>`` is not listed in
4444
the binary.
4545

46+
.. option:: --help, -h
47+
48+
Print a summary of command line options.
49+
4650
.. option:: -id <name>
4751

4852
Change shared library's identification name under LC_ID_DYLIB to ``<name>`` in the
@@ -55,6 +59,10 @@ the same `<rpath>` value.
5559
multiple times to change multiple rpaths. Throws an error if ``<old_rpath>`` is not listed
5660
in the binary or ``<new_rpath>`` is already listed in the binary.
5761

62+
.. option:: --version, -V
63+
64+
Display the version of the :program:`llvm-install-name-tool` executable.
65+
5866
EXIT STATUS
5967
-----------
6068

0 commit comments

Comments
 (0)