diff --git a/cmd/dcos/main.go b/cmd/dcos/main.go index 976b5cf87..c23974d8e 100644 --- a/cmd/dcos/main.go +++ b/cmd/dcos/main.go @@ -27,7 +27,7 @@ func main() { "run: 'dcos config set core.ssl_verify '\n" + ": Whether to verify SSL certs for HTTPS or path to certs. " + "Valid values are a path to a CA_BUNDLE, " + - "True (will then use CA certificates from certifi), " + + "True (will then use system CA certificates), " + "or False (will then send insecure requests).\n" fmt.Fprint(env.ErrOut, msg) }