Change tls to TLS

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
Upstream-commit: a58827b0c2
Component: cli
This commit is contained in:
yuexiao-wang
2017-05-15 11:57:20 +02:00
committed by Vincent Demeester
parent 45ff71115e
commit 39709b6c3f
+1 -1
View File
@@ -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
}