diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-03-09 12:38:01 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-03-09 12:39:45 +0100 |
commit | d3f42bd2b3415d18b35dc15b7647d9aaba6a55f5 (patch) | |
tree | 3ec73e589244e8678d5a794b193e17170a923a37 /src | |
parent | 9a3982620ea3c1c906cf8ddad60aa7f2df7e6e45 (diff) | |
download | gnutls-d3f42bd2b3415d18b35dc15b7647d9aaba6a55f5.tar.gz |
gnutls-cli: starttls and starttls-proto can't mix
Diffstat (limited to 'src')
-rw-r--r-- | src/cli-args.def | 1 |
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 = { |