mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-18 23:30:45 +00:00
Display --suppressions|--suppr option in help usage
* tools/abipkgdiff.cc (display_usage): Print --suppressions|--suppr <path> option in help usage Signed-off-by: Sinny Kumari <sinny@redhat.com>
This commit is contained in:
parent
af2a94defa
commit
ab1316bcbc
@ -237,6 +237,7 @@ display_usage(const string& prog_name, ostream& out)
|
||||
<< " where options can be:\n"
|
||||
<< " --debug-info-pkg1|--d1 <path> path of debug-info package of package1\n"
|
||||
<< " --debug-info-pkg2|--d2 <path> path of debug-info package of package2\n"
|
||||
<< " --suppressions|--suppr <path> specify supression specification path\n"
|
||||
<< " --dso-only pompare shared libraries only\n"
|
||||
<< " --redundant display redundant changes\n"
|
||||
<< " --verbose emit verbose progress messages\n"
|
||||
|
Loading…
Reference in New Issue
Block a user