abidiff: fix documentation of --impacted-interfaces
authorMatthias Maennich <maennich@google.com>
Sun, 15 Mar 2020 22:31:43 +0000 (23:31 +0100)
committerDodji Seketeli <dodji@redhat.com>
Wed, 18 Mar 2020 14:29:44 +0000 (15:29 +0100)
abidiff --impacted-interfaces is supposed to show the impacted
interfaces. Hence fix the documentation to reflect that.

* tools/abidiff.cc(display_usage): Fix doc string for
--impacted-interfaces.

Reported-by: Saravana Kannan <saravanak@google.com>
Signed-off-by: Matthias Maennich <maennich@google.com>
tools/abidiff.cc

index bbe2f4f20fd57d077a80b3ccda8b53f3e3b64cb5..44ad1878e2b8b948d9b616489b43187205485049 100644 (file)
@@ -231,8 +231,7 @@ display_usage(const string& prog_name, ostream& out)
     << " --redundant  display redundant changes\n"
     << " --no-redundant  do not display redundant changes "
     "(this is the default)\n"
-    << " --impacted-interfaces  do not display interfaces impacted"
-    " by leaf changes\n"
+    << " --impacted-interfaces  display interfaces impacted by leaf changes\n"
     << " --dump-diff-tree  emit a debug dump of the internal diff tree to "
     "the error output stream\n"
     <<  " --stats  show statistics about various internal stuff\n"