summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-01-18 18:53:49 (GMT)
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-01-18 18:53:49 (GMT)
commitb1fe47bbcac65592cd6e2562f29c5b3cd957e3e7 (patch)
tree3dfd0a4a15fb3d41987c1a772a82b1f807046af3 /README
parentdcc2a1f003a3eeeb7c2485c29f3915f49795be5f (diff)
downloadpatchelf-b1fe47bbcac65592cd6e2562f29c5b3cd957e3e7.zip
patchelf-b1fe47bbcac65592cd6e2562f29c5b3cd957e3e7.tar.gz
patchelf-b1fe47bbcac65592cd6e2562f29c5b3cd957e3e7.tar.bz2
* --shrink-rpath doesn't take an argument.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 609ae95..4539dba 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ libraries. In particular, it can do the following:
* Shrink the RPATH of executables and libraries:
- $ patchelf --shrink-rpath /opt/my-libs/lib:/other-libs my-program
+ $ patchelf --shrink-rpath my-program
This removes from the RPATH all directories that do not contain a
library referenced by DT_NEEDED fields of the executable or library.