MINOR: haterm: add note about QUIC usage on SSL port

Update the usage message to clarify that QUIC is automatically enabled
on the SSL port when supported by the build.

Should be backported to 3.4.
This commit is contained in:
Frederic Lecaille 2026-07-08 17:19:31 +02:00
parent 0792e211e3
commit 7f37cf8cc0

View file

@ -34,6 +34,7 @@ static void haterm_usage(char *name)
" --" QUIC_BIND_LONG_OPT " <opts> : append options to QUIC \"bind\" lines\n"
#endif
" --" TCP_BIND_LONG_OPT " <opts> : append options to TCP \"bind\" lines\n"
"Note: QUIC is automatically enabled on the SSL port if built in.\n"
, name);
exit(1);
}