From dc82b94c6b4306fdeca5fcf34e94f46b96b66cb5 Mon Sep 17 00:00:00 2001 From: "arraykeys@gmail.com" Date: Mon, 16 Oct 2017 20:10:22 +0800 Subject: [PATCH] Signed-off-by: arraykeys@gmail.com --- services/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/http.go b/services/http.go index 6d5df0f..9fbf27f 100644 --- a/services/http.go +++ b/services/http.go @@ -33,7 +33,7 @@ func NewHTTP() Service { func (s *HTTP) CheckArgs() { var err error if *s.cfg.Parent != "" && *s.cfg.ParentType == "" { - log.Fatalf("parent type unkown,use -T ") + log.Fatalf("parent type unkown,use -T ") } if *s.cfg.ParentType == "tls" || *s.cfg.LocalType == "tls" { s.cfg.CertBytes, s.cfg.KeyBytes = utils.TlsBytes(*s.cfg.CertFile, *s.cfg.KeyFile)