diff options
author | Avinash Sonawane <rootkea@gmail.com> | 2017-08-31 18:05:04 +0530 |
---|---|---|
committer | Avinash Sonawane <rootkea@gmail.com> | 2017-08-31 18:05:04 +0530 |
commit | 42455eb82b10d715afc9c9b680a856afadbce8d9 (patch) | |
tree | c3a30ada79250b1eef0e8c87871346c717a2dafb | |
parent | b2c5d0a410e7b0f993055646431843cd25006be9 (diff) | |
download | gnutls-42455eb82b10d715afc9c9b680a856afadbce8d9.tar.gz |
cli-debug-args.def: Fix typo
Signed-off-by: Avinash Sonawane <rootkea@gmail.com>
-rw-r--r-- | src/cli-debug-args.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli-debug-args.def b/src/cli-debug-args.def index 4524b0189c..21c6a42e30 100644 --- a/src/cli-debug-args.def +++ b/src/cli-debug-args.def @@ -9,7 +9,7 @@ detail = "TLS debug client. It sets up multiple TLS connections to a server and queries its capabilities. It was created to assist in debugging GnuTLS, but it might be useful to extract a TLS server's capabilities. It connects to a TLS server, performs tests and print the server's -capabilities. If called with the `-v' parameter more checks will be performed. +capabilities. If called with the `-V' parameter more checks will be performed. Can be used to check for servers with special needs or bugs."; reorder-args; argument; |