summaryrefslogtreecommitdiffstats
path: root/patchelf.1
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-06-02 08:39:39 (GMT)
committerGitHub <noreply@github.com>2020-06-02 08:39:39 (GMT)
commit8fdd0054132becd9f70d88438223bd3d733e2d98 (patch)
treeadf706af8b23d73bd2e3619bc28d74d15ddc0137 /patchelf.1
parenta4676c66cedb45762acf6696a33722ab65c0ca1e (diff)
parent71ed4401273f56bde1ad9f09ba74b5bd6892b889 (diff)
downloadpatchelf-8fdd0054132becd9f70d88438223bd3d733e2d98.zip
patchelf-8fdd0054132becd9f70d88438223bd3d733e2d98.tar.gz
patchelf-8fdd0054132becd9f70d88438223bd3d733e2d98.tar.bz2
Merge pull request #201 from dstahlke/outputflag
Added --output flag
Diffstat (limited to 'patchelf.1')
-rw-r--r--patchelf.13
1 files changed, 3 insertions, 0 deletions
diff --git a/patchelf.1 b/patchelf.1
index a51f726..8c998ad 100644
--- a/patchelf.1
+++ b/patchelf.1
@@ -83,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.