summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-06-03 13:51:53 (GMT)
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-23 11:39:19 (GMT)
commit2c05e0d33c0e498ba05081e84768b41fc0a73ed4 (patch)
tree2fae8c79f0c6ab3329f2c6fe7b5ed54d6772717a
parent9271778061ba310ddf49926f5a6ca47671cfca1a (diff)
downloadpatchelf-2c05e0d33c0e498ba05081e84768b41fc0a73ed4.zip
patchelf-2c05e0d33c0e498ba05081e84768b41fc0a73ed4.tar.gz
patchelf-2c05e0d33c0e498ba05081e84768b41fc0a73ed4.tar.bz2
man page: add docs for two options from readme
Reported on ML by tjernlund@tjernlund.se.
-rw-r--r--patchelf.18
1 files changed, 8 insertions, 0 deletions
diff --git a/patchelf.1 b/patchelf.1
index 5976e3c..abdbfa1 100644
--- a/patchelf.1
+++ b/patchelf.1
@@ -47,6 +47,14 @@ 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 "--add-needed LIBRARY"
+Adds a declared dependency on a dynamic library (DT_NEEDED).
+This option can be give multiple times.
+
+.IP "--replace-needed LIB_ORIG LIB_NEW"
+Replaces a declared dependency on a dynamic library with another one (DT_NEEDED).
+This option can be give multiple times.
+
.IP "--remove-needed LIBRARY"
Removes a declared depency on LIBRARY (DT_NEEDED entry). This
option can be given multiple times.