summaryrefslogtreecommitdiff
path: root/src/cli-args.def
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-09-18 23:49:46 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-09-18 23:51:11 +0200
commitf259c7a040fa0822b3c630ee7b00777db4f6c7f0 (patch)
treea5d64aa6fef8ea2e05ccaba41c3738b527c6fe83 /src/cli-args.def
parent8abd3cb87cddcf408e8f760c505013488820c96c (diff)
downloadgnutls-f259c7a040fa0822b3c630ee7b00777db4f6c7f0.tar.gz
tools: added xmpp into the starttls-proto options
Diffstat (limited to 'src/cli-args.def')
-rw-r--r--src/cli-args.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli-args.def b/src/cli-args.def
index e37938fdac..a7e300948d 100644
--- a/src/cli-args.def
+++ b/src/cli-args.def
@@ -94,7 +94,7 @@ flag = {
flag = {
name = starttls-proto;
- descrip = "The application protocol to be used to obtain the server's certificate (https, ftp, smtp, imap, ldap)";
+ descrip = "The application protocol to be used to obtain the server's certificate (https, ftp, smtp, imap, ldap, xmpp)";
arg-type = string;
doc = "Specify the application layer protocol for STARTTLS. If the protocol is supported, gnutls-cli will proceed to the TLS negotiation.";
flags-cant = starttls;