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