summaryrefslogtreecommitdiff
path: root/patchelf.1
diff options
context:
space:
mode:
authorKlemens Nanni <klemens@posteo.de>2022-05-03 19:44:11 +0200
committerKlemens Nanni <klemens@posteo.de>2022-05-03 19:44:14 +0200
commit8a633bd31da3abb76af267652c1debb2f0386444 (patch)
tree48191cf9e03c655a8fe557ba4c45193fffdcc199 /patchelf.1
parent31d052c1fd7fdf9d29a62a4b8e68bc69cfd69a05 (diff)
downloadpatchelf-8a633bd31da3abb76af267652c1debb2f0386444.tar.gz
Document --print-needed
`--help` output has already.
Diffstat (limited to 'patchelf.1')
-rw-r--r--patchelf.13
1 files changed, 3 insertions, 0 deletions
diff --git a/patchelf.1 b/patchelf.1
index cad885b..1406c94 100644
--- a/patchelf.1
+++ b/patchelf.1
@@ -85,6 +85,9 @@ This option can be given multiple times.
Removes a declared dependency on LIBRARY (DT_NEEDED entry). This
option can be given multiple times.
+.IP --print-needed
+Prints all DT_NEEDED entries of the executable.
+
.IP "--no-default-lib"
Marks the object so that the search for dependencies of this object will ignore any
default library search paths.