summaryrefslogtreecommitdiffstats
path: root/patchelf.1
diff options
context:
space:
mode:
authorDavid Sveningsson <ext@sidvind.com>2013-12-17 20:05:16 (GMT)
committerDavid Sveningsson <ext@sidvind.com>2013-12-17 20:05:16 (GMT)
commitefa358ec92c443b35f1b1406ae3e918bb8989ca1 (patch)
tree7cd02bac99803968f3b1181db0befa0f910e76e5 /patchelf.1
parentebe3087b0db358b4ac4e5650bfcde9f5c3ca66e2 (diff)
downloadpatchelf-efa358ec92c443b35f1b1406ae3e918bb8989ca1.zip
patchelf-efa358ec92c443b35f1b1406ae3e918bb8989ca1.tar.gz
patchelf-efa358ec92c443b35f1b1406ae3e918bb8989ca1.tar.bz2
Add --remove-needed to manpage.
Diffstat (limited to 'patchelf.1')
-rw-r--r--patchelf.14
1 files changed, 4 insertions, 0 deletions
diff --git a/patchelf.1 b/patchelf.1
index 4865256..f0cdd9f 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
+Remove declared dependencies on dynamic libraries (DT_NEEDED
+entries)
+
.IP --debug
Prints details of the changes made to the input file.