aubinator: rework print_help()
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 12 Sep 2016 11:34:10 +0000 (12:34 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 12 Sep 2016 15:49:59 +0000 (16:49 +0100)
commitceaa2e1738f9d0ee1280899af6dfee64f72c405a
tree4fcf9e9b00f2eb4b550a7ffb398aa9f285226596
parent0cb1428fbbbcbd17c975b6505cab6f685c0129aa
aubinator: rework print_help()

Rather than using platform specific methods to retrieve the program
name pass it explicitly. The function is called directly from main().

Similarly - basename comes in two versions POSIX (can modify string,
always pass a copy) and GNU (never modifies the string).

Just printout the complete program name, esp. since the program is not
meant to be installed. Thus using $basename is unlikely to work, not to
mention it is misleading.

Reported-by: Timothy Arceri <timothy.arceri@collabora.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Jonathan Gray <jsg@jsg.id.au>
src/intel/tools/aubinator.c