summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2014-03-18 18:04:17 (GMT)
committerFelipe Sateler <fsateler@debian.org>2014-03-18 18:05:09 (GMT)
commit296bea20e63b47de1591e295f4fb4bc7d665a4f3 (patch)
treed92f6803491402c8b9bcd1efbedd467a5bc66f56
parent21a85cc1c63cf3ef060ece59cdd82455e2884703 (diff)
downloadpatchelf-296bea20e63b47de1591e295f4fb4bc7d665a4f3.zip
patchelf-296bea20e63b47de1591e295f4fb4bc7d665a4f3.tar.gz
patchelf-296bea20e63b47de1591e295f4fb4bc7d665a4f3.tar.bz2
Document --remove-needed in manpage
-rw-r--r--patchelf.14
1 files changed, 4 insertions, 0 deletions
diff --git a/patchelf.1 b/patchelf.1
index 4865256..f5a2aac 100644
--- a/patchelf.1
+++ b/patchelf.1
@@ -47,6 +47,10 @@ Prints the RPATH for an executable or library.
Forces the use of the obsolete DT_RPATH in the file instead of
DT_RUNPATH. By default DT_RPATH is converted to DT_RUNPATH.
+.IP "--remove-needed LIBRARY"
+Removes a declared depency on LIBRARY (DT_NEEDED entry). This
+option can be given multiple times.
+
.IP --debug
Prints details of the changes made to the input file.