summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-10-11 13:05:08 (GMT)
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-10-11 13:05:08 (GMT)
commitc246daeeeaea4febbaefbc2055ee17bc0904b9f0 (patch)
tree526c16adcc511bbb56785784a4a22edf85e2ed7e /README
parent07b8f2370672bd096e1fe5bd323f7e62792e724b (diff)
downloadpatchelf-c246daeeeaea4febbaefbc2055ee17bc0904b9f0.zip
patchelf-c246daeeeaea4febbaefbc2055ee17bc0904b9f0.tar.gz
patchelf-c246daeeeaea4febbaefbc2055ee17bc0904b9f0.tar.bz2
* `--interpreter' -> `--set-interpreter'.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index a6b891c..f2d137a 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ libraries. In particular, it can do the following:
* Change the dynamic loader ("ELF interpreter") of executables:
- $ patchelf --interpreter /lib/my-ld-linux.so.2 my-program
+ $ patchelf --set-interpreter /lib/my-ld-linux.so.2 my-program
* Change the RPATH of executables and libraries: