From 8a633bd31da3abb76af267652c1debb2f0386444 Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Tue, 3 May 2022 19:44:11 +0200 Subject: [PATCH] Document --print-needed `--help` output has already. --- patchelf.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/patchelf.1 b/patchelf.1 index cad885b0..1406c944 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.