public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* (no subject)
@ 2020-03-18 16:34 Dodji Seketeli
  2020-03-18 16:37 ` [PATCH] abipkgdiff: fix documentation of --impacted-interface Dodji Seketeli
  0 siblings, 1 reply; 2+ messages in thread
From: Dodji Seketeli @ 2020-03-18 16:34 UTC (permalink / raw)
  To: libabigail

From 2cda77235c7e5bee1bc2e203b1db48bef3f58258 Mon Sep 17 00:00:00 2001
From: Dodji Seketeli <dodji@redhat.com>
Date: Wed, 18 Mar 2020 17:17:29 +0100
Subject: [PATCH] abipkgdiff: fix documentation of --impacted-interface

Update the help string of the --impacted-interface option to make it
match the one from the abidiff tool.

	* tools/abipkgdiff.cc (display_usage): Use the same help string
	for the --impacted-interface option as abidiff does.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
---
 tools/abipkgdiff.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/abipkgdiff.cc b/tools/abipkgdiff.cc
index 191d6d38..611b4d07 100644
--- a/tools/abipkgdiff.cc
+++ b/tools/abipkgdiff.cc
@@ -850,8 +850,7 @@ display_usage(const string& prog_name, ostream& out)
     "to the package as well\n"
     << " --leaf-changes-only|-l  only show leaf changes, "
     "so no change impact analysis (implies --redundant)\n"
-    << " --impacted-interfaces|-i when in leaf mode, show "
-    "interfaces impacted by ABI changes\n"
+    << " --impacted-interfaces|-i  display interfaces impacted by leaf changes\n"
     << " --full-impact|-f  when comparing kernel packages, show the "
     "full impact analysis report rather than the default leaf changes reports\n"
     << " --non-reachable-types|-t  consider types non reachable"
-- 
2.25.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] abipkgdiff: fix documentation of --impacted-interface
  2020-03-18 16:34 Dodji Seketeli
@ 2020-03-18 16:37 ` Dodji Seketeli
  0 siblings, 0 replies; 2+ messages in thread
From: Dodji Seketeli @ 2020-03-18 16:37 UTC (permalink / raw)
  To: libabigail

Hello,

I was doing some tests with heirloom mailer and I might have been
somewhat too hasty, sorry.

So I am reposting the patch here in a better form, this patch that I
have just applied to master.

Update the help string of the --impacted-interface option to make it
match the one from the abidiff tool.

	* tools/abipkgdiff.cc (display_usage): Use the same help string
	for the --impacted-interface option as abidiff does.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
---
 tools/abipkgdiff.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/abipkgdiff.cc b/tools/abipkgdiff.cc
index 191d6d38..611b4d07 100644
--- a/tools/abipkgdiff.cc
+++ b/tools/abipkgdiff.cc
@@ -850,8 +850,7 @@ display_usage(const string& prog_name, ostream& out)
     "to the package as well\n"
     << " --leaf-changes-only|-l  only show leaf changes, "
     "so no change impact analysis (implies --redundant)\n"
-    << " --impacted-interfaces|-i when in leaf mode, show "
-    "interfaces impacted by ABI changes\n"
+    << " --impacted-interfaces|-i  display interfaces impacted by leaf changes\n"
     << " --full-impact|-f  when comparing kernel packages, show the "
     "full impact analysis report rather than the default leaf changes reports\n"
     << " --non-reachable-types|-t  consider types non reachable"

-- 
		Dodji

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-18 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-18 16:34 Dodji Seketeli
2020-03-18 16:37 ` [PATCH] abipkgdiff: fix documentation of --impacted-interface Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).