Document abipkgdiff's option --no-abignore
authorOndrej Oprala <ooprala@redhat.com>
Wed, 14 Oct 2015 15:34:11 +0000 (17:34 +0200)
committerDodji Seketeli <dodji@redhat.com>
Tue, 10 Nov 2015 08:50:45 +0000 (09:50 +0100)
* doc/manuals/abipkgdiff.rst: Mention the new option.
* tools/abipkgdiff.cc: Likewise.

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
doc/manuals/abipkgdiff.rst
tools/abipkgdiff.cc

index 1520790..7b90d88 100644 (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
index c8017fc..3bd5982 100644 (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";