From ab962bf0dd1643b081e3bb049b9aaa8bd7c65048 Mon Sep 17 00:00:00 2001 From: Colin Sullivan Date: Mon, 25 Jul 2016 08:50:29 -0600 Subject: [PATCH] Fix typo in tls parameter doc and readme. --- README.md | 4 ++-- main.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fea0ed77..67f4110e 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ TLS Options: --tls Enable TLS, do not verify clients (default: false) --tlscert FILE Server certificate file --tlskey FILE Private key for server certificate - --tlsverify Enable TLS, very client certificates + --tlsverify Enable TLS, verify client certificates --tlscacert FILE Client certificate CA for verification Cluster Options: @@ -553,7 +553,7 @@ The server can be run using command line arguments to enable TLS functionality. --tls Enable TLS, do not verify clients (default: false) --tlscert FILE Server certificate file --tlskey FILE Private key for server certificate ---tlsverify Enable TLS, very client certificates +--tlsverify Enable TLS, verify client certificates --tlscacert FILE Client certificate CA for verification ``` diff --git a/main.go b/main.go index 1f52453c..7d3a6232 100644 --- a/main.go +++ b/main.go @@ -44,7 +44,7 @@ TLS Options: --tls Enable TLS, do not verify clients (default: false) --tlscert Server certificate file --tlskey Private key for server certificate - --tlsverify Enable TLS, very client certificates + --tlsverify Enable TLS, verify client certificates --tlscacert Client certificate CA for verification Cluster Options: