Change tls to TLS

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang 2016-12-20 19:14:41 +08:00 committed by Vincent Demeester
parent 16bbd3441a
commit a58827b0c2
1 changed files with 1 additions and 1 deletions

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
}