summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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.