summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-24 14:39:51 (GMT)
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-24 14:39:51 (GMT)
commita269d13d6d090f247b0314c97fb0a0c81d0aee8f (patch)
tree3ab38e49fb90ffac00bb8699f7fc842e62ce067c
parente87ee57e2d2bdd5a30e641cb571f0e8dadf4fe58 (diff)
parent296bea20e63b47de1591e295f4fb4bc7d665a4f3 (diff)
downloadpatchelf-a269d13d6d090f247b0314c97fb0a0c81d0aee8f.zip
patchelf-a269d13d6d090f247b0314c97fb0a0c81d0aee8f.tar.gz
patchelf-a269d13d6d090f247b0314c97fb0a0c81d0aee8f.tar.bz2
Merge branch 'document-remove-needed' of github.com:fsateler/patchelf
Conflicts: patchelf.1
-rw-r--r--patchelf.16
1 files changed, 3 insertions, 3 deletions
diff --git a/patchelf.1 b/patchelf.1
index 2125278..34f9461 100644
--- a/patchelf.1
+++ b/patchelf.1
@@ -47,9 +47,9 @@ 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 "--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.