summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-09 12:38:01 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-09 12:39:45 +0100
commitd3f42bd2b3415d18b35dc15b7647d9aaba6a55f5 (patch)
tree3ec73e589244e8678d5a794b193e17170a923a37 /src
parent9a3982620ea3c1c906cf8ddad60aa7f2df7e6e45 (diff)
downloadgnutls-d3f42bd2b3415d18b35dc15b7647d9aaba6a55f5.tar.gz
gnutls-cli: starttls and starttls-proto can't mix
Diffstat (limited to 'src')
-rw-r--r--src/cli-args.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli-args.def b/src/cli-args.def
index 6a37226ec1..1ce7d2141b 100644
--- a/src/cli-args.def
+++ b/src/cli-args.def
@@ -97,6 +97,7 @@ flag = {
descrip = "The application protocol to be used to obtain the server's certificate (https, smtp, imap)";
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;
};
flag = {