From 82d84afd5bfcce2184badbb47d6ab45c70a82a31 Mon Sep 17 00:00:00 2001 From: Matthias Maennich Date: Sun, 15 Mar 2020 23:31:43 +0100 Subject: [PATCH] abidiff: fix documentation of --impacted-interfaces 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 Signed-off-by: Matthias Maennich --- tools/abidiff.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/abidiff.cc b/tools/abidiff.cc index bbe2f4f2..44ad1878 100644 --- a/tools/abidiff.cc +++ b/tools/abidiff.cc @@ -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"