libabigail/tools
Ondrej Oprala bdac9d6631 Unite help output for tools
* tools/biar.cc (std::ostream): Add a using directive.
	(display_usage): Make it take a string reference and an ostream
	as parameters. Use the ostream argument as an output stream
	instead of a hard-coded cout.
	Prettify output.
	(main): Call display_usage with new parameters.
	* tools/bidiff.cc (display_usage): Declare it static.
	Prettify output.
	* tools/bidw.cc (display_usage): Prettify output.
	* tools/bilint.cc (display_usage): Declare it static.
	Prettify output.
	* tools/bisym.cc (std::cerr): Add a using directive.
	(prog_name): Rename progname into this.
	(display_usage): Rename show_help into this.
	Add an ostream as a parameter. Use the ostream argument
	as output stream insted of a hard-coded cout.

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2014-09-09 18:14:35 +02:00
..
abg-tools-utils.cc Harden debug info path management & better error reporting 2014-06-04 16:30:18 +02:00
abg-tools-utils.h Harden debug info path management & better error reporting 2014-06-04 16:30:18 +02:00
biar.cc Unite help output for tools 2014-09-09 18:14:35 +02:00
bidiff.cc Unite help output for tools 2014-09-09 18:14:35 +02:00
bidw.cc Unite help output for tools 2014-09-09 18:14:35 +02:00
bilint.cc Unite help output for tools 2014-09-09 18:14:35 +02:00
bisym.cc Unite help output for tools 2014-09-09 18:14:35 +02:00
Makefile.am Make zip archive support optional 2014-08-31 11:28:42 +02:00