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:
Dodji Seketeli 2014-08-25 10:45:40 +02:00
parent b6d7fcc515
commit e6b39a7813

View File

@ -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";
}