Re: [PATCH v2] scanner: Fix reported executable name to 'wayland-scanner'

2016-06-07 Thread Pekka Paalanen
On Mon, 6 Jun 2016 13:28:53 -0500 Yong Bakos wrote: > On Jun 6, 2016, at 12:58 PM, Bryce Harrington wrote: > > > > 'wayland-scanner -v' (correctly) reports the program as named > > "wayland-scanner", but 'wayland-scanner -h' was inconsistent,

Re: [PATCH v2] scanner: Fix reported executable name to 'wayland-scanner'

2016-06-06 Thread Yong Bakos
On Jun 6, 2016, at 12:58 PM, Bryce Harrington wrote: > > 'wayland-scanner -v' (correctly) reports the program as named > "wayland-scanner", but 'wayland-scanner -h' was inconsistent, referring > to it as './scanner'. > > Also refactor this and other references to the

[PATCH v2] scanner: Fix reported executable name to 'wayland-scanner'

2016-06-06 Thread Bryce Harrington
'wayland-scanner -v' (correctly) reports the program as named "wayland-scanner", but 'wayland-scanner -h' was inconsistent, referring to it as './scanner'. Also refactor this and other references to the program name to use a common #define, PROGRAM_NAME. Signed-off-by: Bryce Harrington