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:
Ondrej Oprala 2015-10-14 17:34:11 +02:00 committed by Dodji Seketeli
parent 3f22e252ae
commit c05a02573f
2 changed files with 6 additions and 0 deletions

View File

@ -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

View 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";