From dcc678e7c539378ba3742c402aad3679975d3abf Mon Sep 17 00:00:00 2001 From: Chingis Dugarzhapov Date: Sat, 19 Apr 2014 10:50:14 +0000 Subject: Clear help message for --print-soname and --set-soname options Also fixed bad SONAME positioning in help output --- src/patchelf.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/patchelf.cc b/src/patchelf.cc index e0f74af..0aad3e3 100644 --- a/src/patchelf.cc +++ b/src/patchelf.cc @@ -1262,8 +1262,8 @@ void showHelp(const string & progName) fprintf(stderr, "syntax: %s\n\ [--set-interpreter FILENAME]\n\ [--print-interpreter]\n\ - [--print-soname]\n\ - [--set-soname] SONAME\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-rpath RPATH]\n\ [--shrink-rpath]\n\ [--print-rpath]\n\ -- cgit v0.12