public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* Re: [Patch] abipkgdiff missing option in display_usage()
  2016-01-01  0:00 [Patch] abipkgdiff missing option in display_usage() Ondrej Oprala
@ 2016-01-01  0:00 ` Dodji Seketeli
  0 siblings, 0 replies; 2+ messages in thread
From: Dodji Seketeli @ 2016-01-01  0:00 UTC (permalink / raw)
  To: Ondrej Oprala; +Cc: libabigail

Ondrej Oprala <ondrej.oprala@gmail.com> a écrit:

> Subject: [PATCH] abipkgdiff doesn't mention --no-default-suppression in help
>
>         * tools/abipkgdiff.cc (display_usage): Mention
>         --no-default-suppression as one of the options.

This is OK to commit to master.

Thanks!

-- 
		Dodji

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

* [Patch] abipkgdiff missing option in display_usage()
@ 2016-01-01  0:00 Ondrej Oprala
  2016-01-01  0:00 ` Dodji Seketeli
  0 siblings, 1 reply; 2+ messages in thread
From: Ondrej Oprala @ 2016-01-01  0:00 UTC (permalink / raw)
  To: libabigail

[-- Attachment #1: Type: text/plain, Size: 61 bytes --]

Hi,

this one's pretty self-explanatory.

Cheers,

  Ondrej


[-- Attachment #2: 0001-abipkgdiff-doesn-t-mention-no-default-suppression-in.patch --]
[-- Type: text/x-patch, Size: 1265 bytes --]

From 3d7885c56144a408db2d0aff4c191016764c3ec9 Mon Sep 17 00:00:00 2001
From: Ondrej Oprala <ondrej.oprala@gmail.com>
Date: Mon, 12 Dec 2016 16:08:01 +0100
Subject: [PATCH] abipkgdiff doesn't mention --no-default-suppression in help

        * tools/abipkgdiff.cc (display_usage): Mention
        --no-default-suppression as one of the options.

Signed-off-by: Ondrej Oprala <ondrej.oprala@gmail.com>
---
 tools/abipkgdiff.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/abipkgdiff.cc b/tools/abipkgdiff.cc
index 0999141..a50fb2f 100644
--- a/tools/abipkgdiff.cc
+++ b/tools/abipkgdiff.cc
@@ -610,6 +610,8 @@ display_usage(const string& prog_name, ostream& out)
     << " --debug-info-pkg2|--d2 <path>  path of debug-info package of package2\n"
     << " --devel-pkg1|--devel1 <path>   path of devel package of pakage1\n"
     << " --devel-pkg2|--devel2 <path>   path of devel package of pakage1\n"
+    << " --no-default-suppression       don't load any default "
+       "suppression specifications\n"
     << " --suppressions|--suppr <path>  specify supression specification path\n"
     << " --keep-tmp-files               don't erase created temporary files\n"
     << " --dso-only                     compare shared libraries only\n"
-- 
2.7.4


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

end of thread, other threads:[~2016-12-12 19:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-01  0:00 [Patch] abipkgdiff missing option in display_usage() Ondrej Oprala
2016-01-01  0:00 ` 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).