diff --git a/src/haterm_init.c b/src/haterm_init.c index c0a76494b..49cc163b7 100644 --- a/src/haterm_init.c +++ b/src/haterm_init.c @@ -34,6 +34,7 @@ static void haterm_usage(char *name) " --" QUIC_BIND_LONG_OPT " : append options to QUIC \"bind\" lines\n" #endif " --" TCP_BIND_LONG_OPT " : append options to TCP \"bind\" lines\n" + "Note: QUIC is automatically enabled on the SSL port if built in.\n" , name); exit(1); }