summaryrefslogtreecommitdiff
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:30 +0100
commit32d063f751d1dbad15458413f1b6e4cf17bc1799 (patch)
treec4f3e898b6dfa0322cbd0d168a7109e259adc9bd
parent718d58244c96542d519d2dea0c6051c18a30c07c (diff)
downloadgnutls-32d063f751d1dbad15458413f1b6e4cf17bc1799.tar.gz
gnutls-cli: starttls and starttls-proto can't mix
-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 f562a8c67b..9a5fb9f5e2 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 = {