Add description to patchelf.1

This commit is contained in:
Breno Rodrigues Guimaraes
2023-02-20 19:32:47 -03:00
parent 0b6b666873
commit cd0926c73f
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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\