Hello Bertrand,
On Sun, Jan 17, 2021 at 06:58:46PM +0000, Bertrand Jacquin wrote:
> This is a pretty lame commit in a attempt to use a common wording of
> HAProxy used 1319 times compared to HAproxy used 10 times
> index e36e020c5ce7..92449a04f6e2 100644
>
> [...]
>
> --- a/src/haproxy.c
> +++ b/src/haproxy.c
> @@ -537,7 +537,7 @@ static void display_version()
> {
> struct utsname utsname;
>
> - printf("HA-Proxy version %s %s - https://haproxy.org/\n"
> + printf("HAProxy version %s %s - https://haproxy.org/\n"
> PRODUCT_STATUS "\n", haproxy_version, haproxy_date);
>
> if (strlen(PRODUCT_URL_BUGS) > 0) {
>
I wanted to do this a long time ago, and at this time we decided to keep
it as it was to not break existing scripts. I think we'll let Willy
decide if that's a good idea now :-)
Regards,
--
William Lallemand