mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-07 07:07:36 +00:00
Abidiff: Remove doubled line in help.
* tools/abidiff.cc (display_usage): Remove a doubled help message. Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
This commit is contained in:
parent
c738b5c311
commit
814a88cdfc
@ -138,7 +138,6 @@ display_usage(const string& prog_name, ostream& out)
|
||||
<< " --suppressions|--suppr <path> specify a suppression file\n"
|
||||
<< " --drop <regex> drop functions and variables matching a regexp\n"
|
||||
<< " --drop-fn <regex> drop functions matching a regexp\n"
|
||||
<< " --drop-fn <regex> drop functions matching a regexp\n"
|
||||
<< " --drop-var <regex> drop variables matching a regexp\n"
|
||||
<< " --keep <regex> keep only functions and variables matching a regex\n"
|
||||
<< " --keep-fn <regex> keep only functions matching a regex\n"
|
||||
|
Loading…
Reference in New Issue
Block a user