From 39709b6c3f5002be11cc9c9d40248cc2fed7c6ea Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Tue, 20 Dec 2016 19:14:41 +0800 Subject: [PATCH] Change tls to TLS Signed-off-by: yuexiao-wang Upstream-commit: a58827b0c203dc2358af0cb25e8c1c7175dd8424 Component: cli --- components/cli/opts/hosts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/opts/hosts.go b/components/cli/opts/hosts.go index 266df1e537..1107b7209f 100644 --- a/components/cli/opts/hosts.go +++ b/components/cli/opts/hosts.go @@ -37,7 +37,7 @@ func ValidateHost(val string) (string, error) { } } // Note: unlike most flag validators, we don't return the mutated value here - // we need to know what the user entered later (using ParseHost) to adjust for tls + // we need to know what the user entered later (using ParseHost) to adjust for TLS return val, nil }