From 837f36efb0796527028ac2915b7754d4c1a66175 Mon Sep 17 00:00:00 2001 From: darealshinji Date: Fri, 24 Jul 2015 20:37:12 +0200 Subject: Description of `--set-soname' command `--set-soname` now creates a new DT_SONAME entry if it doesn't exist. --- src/patchelf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ -- cgit v0.12