mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-17 23:44:35 +00:00
Document abipkgdiff's option --no-abignore
* doc/manuals/abipkgdiff.rst: Mention the new option. * tools/abipkgdiff.cc: Likewise. Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
This commit is contained in:
parent
3f22e252ae
commit
c05a02573f
@ -84,6 +84,11 @@ Options
|
||||
an informational value. Removed binaries are, however, considered
|
||||
as an ABI change.
|
||||
|
||||
* ``--no-abignore``
|
||||
|
||||
Do not search the *package2* for the presence of suppression
|
||||
files.
|
||||
|
||||
* ``--suppressions | --suppr`` <*path-to-suppressions*>
|
||||
|
||||
Use a :ref:`suppression specification <suppr_spec_label>` file
|
||||
|
@ -403,6 +403,7 @@ display_usage(const string& prog_name, ostream& out)
|
||||
<< " --redundant display redundant changes\n"
|
||||
<< " --no-added-syms do not display added functions or variables\n"
|
||||
<< " --no-added-binaries do not display added binaries\n"
|
||||
<< " --no-abignore do not look for *.abignore files\n"
|
||||
<< " --fail-no-dbg fail if no debug info was found\n"
|
||||
<< " --verbose emit verbose progress messages\n"
|
||||
<< " --help|-h display this help message\n";
|
||||
|
Loading…
Reference in New Issue
Block a user