mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-17 15:41:35 +08:00
Add description to patchelf.1
This commit is contained in:
@@ -123,6 +123,10 @@ Clears the executable flag of the GNU_STACK program header, or adds a new header
|
||||
.IP "--set-execstack"
|
||||
Sets the executable flag of the GNU_STACK program header, or adds a new header.
|
||||
|
||||
.IP "--rename-dynamic-symbols NAME_MAP_FILE"
|
||||
Renames dynamic symbols. The name map file should contain two space separated
|
||||
names (old name and new name) per line.
|
||||
|
||||
.IP "--output FILE"
|
||||
Set the output file name. If not specified, the input will be modified in place.
|
||||
|
||||
|
@@ -2357,7 +2357,7 @@ void showHelp(const std::string & progName)
|
||||
[--print-execstack]\t\tPrints whether the object requests an executable stack\n\
|
||||
[--clear-execstack]\n\
|
||||
[--set-execstack]\n\
|
||||
[--rename-dynamic-symbols NAME_MAP_FILE]\tRenames dynamic symbols. The name map file should contain two symbols (old_name new_name) per line\n\
|
||||
[--rename-dynamic-symbols NAME_MAP_FILE]\tRenames dynamic symbols. The map file should contain two symbols (old_name new_name) per line\n\
|
||||
[--output FILE]\n\
|
||||
[--debug]\n\
|
||||
[--version]\n\
|
||||
|
Reference in New Issue
Block a user