diff options
-rw-r--r-- | test/src/client.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/src/client.c b/test/src/client.c index cd2194af1..251f58696 100644 --- a/test/src/client.c +++ b/test/src/client.c @@ -480,7 +480,14 @@ return session; *************************************************/ const char * const HELP_MESSAGE = "\n\ -Usage: client\n\ +Usage: client\n" +#ifdef HAVE_TLS +"\ + [-tls-on-connect]\n\ + [-ocsp]\n" +#endif +"\ + [-tn] n seconds timeout\n\ <IP address>\n\ <port>\n\ [<outgoing interface>]\n\ |