[exim-cvs] Testsuite: add more help about options to client.…

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Testsuite: add more help about options to client.c
Gitweb: http://git.exim.org/exim.git/commitdiff/972e83f5ff186bce4cde7a5627b6700e440b87ba
Commit:     972e83f5ff186bce4cde7a5627b6700e440b87ba
Parent:     28e8a0f72af67f7122a272e81ce80e195213f268
Author:     Heiko Schlittermann (HS12) <hs@???>
AuthorDate: Mon Apr 6 23:15:03 2015 +0200
Committer:  Heiko Schlittermann (HS12) <hs@???>
CommitDate: Sat Apr 25 21:33:44 2015 +0200


    Testsuite: add more help about options to client.c
---
 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 cd2194a..251f586 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\