summaryrefslogtreecommitdiffstats
path: root/patchelf.1
diff options
context:
space:
mode:
Diffstat (limited to 'patchelf.1')
-rw-r--r--patchelf.16
1 files changed, 5 insertions, 1 deletions
diff --git a/patchelf.1 b/patchelf.1
index 43a5d24..8c998ad 100644
--- a/patchelf.1
+++ b/patchelf.1
@@ -10,6 +10,7 @@ patchelf - Modify ELF files
.I OPTION
.B
.I FILE
+.SM ...
.B
.SH DESCRIPTION
@@ -20,7 +21,7 @@ of executables and change the RPATH of executables and libraries.
.SH OPTIONS
-The single option given operates on a given FILE, editing in place.
+The single option given operates on each FILE, editing in place.
.IP "--page-size SIZE"
Uses the given page size instead of the default.
@@ -82,6 +83,9 @@ option can be given multiple times.
Marks the object that the search for dependencies of this object will ignore any
default library search paths.
+.IP "--output FILE"
+Set the output file name. If not specified, the input will be modified in place.
+
.IP --debug
Prints details of the changes made to the input file.