mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-06 22:58:01 +00:00
bidiff --harmful is not supported anymore
* tools/bidiff.cc (display_usage): remove the '--harmful' line from the help string as this option is now activated by default. It's --harmless that exists now. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
b6d7fcc515
commit
e6b39a7813
@ -115,7 +115,6 @@ display_usage(const string prog_name, ostream& out)
|
||||
<< " --keep-fn <regex> keep only functions matching a regex\n"
|
||||
<< " --keep-var <regex> keep only variables matching a regex\n"
|
||||
<< " --no-harmless do not display the harmless changes\n"
|
||||
<< " --harmful display the harmful changes\n"
|
||||
<< " --redundant display redundant changes\n"
|
||||
<< " --help display this message\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user