summaryrefslogtreecommitdiff
path: root/src/cli-debug-args.def
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-04-19 19:12:51 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-04-19 19:26:18 +0200
commit1e409923cf9371737eb7c11f68afcfe2cf3db340 (patch)
tree448fb49839af371bba2e4fc11f2afd51f99f7931 /src/cli-debug-args.def
parentc84bc336f5a618bcd145d96835caeb8cc946c386 (diff)
downloadgnutls-1e409923cf9371737eb7c11f68afcfe2cf3db340.tar.gz
tools: document the starttls capability
Diffstat (limited to 'src/cli-debug-args.def')
-rw-r--r--src/cli-debug-args.def8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/cli-debug-args.def b/src/cli-debug-args.def
index 5146c70cab..56e289ce9a 100644
--- a/src/cli-debug-args.def
+++ b/src/cli-debug-args.def
@@ -52,7 +52,7 @@ doc-section = {
ds-format = 'texi';
ds-text = <<-_EOF_
@example
-$ ../src/gnutls-cli-debug localhost
+$ gnutls-cli-debug localhost
GnuTLS debug client 3.5.0
Checking localhost:443
for SSL 3.0 (RFC6101) support... yes
@@ -101,6 +101,12 @@ whether a bogus TLS record version in the client hello is accepted... yes
for OCSP status response (RFC6066) support... no
for OpenPGP authentication (RFC6091) support... no
@end example
+
+You could also use the client to debug services with starttls capability.
+@example
+$ gnutls-cli-debug --starttls-proto smtp --port 25 localhost
+@end example
+
_EOF_;
};