mirror of
https://github.com/haproxy/haproxy.git
synced 2026-07-13 02:57:32 -04:00
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:
parent
0792e211e3
commit
7f37cf8cc0
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue