From 706c760a3ddca88f67fe201eb061c46f0a81b6e0 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 20 Mar 2018 14:56:26 -0700 Subject: [PATCH] etcdmain: remove deprecated flags from "etcd --help" Signed-off-by: Gyuho Lee --- etcdmain/help.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/etcdmain/help.go b/etcdmain/help.go index 9fc38f9b3..582d36bff 100644 --- a/etcdmain/help.go +++ b/etcdmain/help.go @@ -130,8 +130,6 @@ proxy flags (v2 API only): security flags: - --ca-file '' [DEPRECATED] - path to the client server TLS CA file. '-ca-file ca.crt' could be replaced by '-trusted-ca-file ca.crt -client-cert-auth' and etcd will perform the same. --cert-file '' path to the client server TLS cert file. --key-file '' @@ -144,8 +142,6 @@ security flags: path to the client server TLS trusted CA cert file. --auto-tls 'false' client TLS using generated certificates. - --peer-ca-file '' [DEPRECATED] - path to the peer server TLS CA file. '-peer-ca-file ca.crt' could be replaced by '-peer-trusted-ca-file ca.crt -peer-client-cert-auth' and etcd will perform the same. --peer-cert-file '' path to the peer server TLS cert file. --peer-key-file ''