summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordarealshinji <djcj@gmx.de>2015-07-24 18:37:12 (GMT)
committerdarealshinji <djcj@gmx.de>2015-07-24 18:37:12 (GMT)
commit837f36efb0796527028ac2915b7754d4c1a66175 (patch)
tree0c22595a6b01a06498eb70480d8abe1e5015a0ed
parentb202ad239ed815fbc59dd0a5cb2def5991116c42 (diff)
downloadpatchelf-837f36efb0796527028ac2915b7754d4c1a66175.zip
patchelf-837f36efb0796527028ac2915b7754d4c1a66175.tar.gz
patchelf-837f36efb0796527028ac2915b7754d4c1a66175.tar.bz2
Description of `--set-soname' command
`--set-soname` now creates a new DT_SONAME entry if it doesn't exist.
-rw-r--r--src/patchelf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patchelf.cc b/src/patchelf.cc
index ac77107..49135ee 100644
--- a/src/patchelf.cc
+++ b/src/patchelf.cc
@@ -1461,7 +1461,7 @@ void showHelp(const string & progName)
[--set-interpreter FILENAME]\n\
[--print-interpreter]\n\
[--print-soname]\t\tPrints 'DT_SONAME' entry of .dynamic section. Raises an error if DT_SONAME doesn't exist\n\
- [--set-soname SONAME]\t\tSets 'DT_SONAME' entry to SONAME. Raises an error if DT_SONAME doesn't exist\n\
+ [--set-soname SONAME]\t\tSets 'DT_SONAME' entry to SONAME.\n\
[--set-rpath RPATH]\n\
[--remove-rpath]\n\
[--shrink-rpath]\n\