From 77671e36b9f315b95a14db1c3fce31a2d79906d9 Mon Sep 17 00:00:00 2001 From: Christina-Kang Date: Thu, 20 Dec 2018 11:59:04 -0800 Subject: [PATCH] improve help text --- src/sfctl/custom_cluster.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sfctl/custom_cluster.py b/src/sfctl/custom_cluster.py index 37463470..39b393a2 100644 --- a/src/sfctl/custom_cluster.py +++ b/src/sfctl/custom_cluster.py @@ -119,6 +119,9 @@ def select(endpoint, cert=None, key=None, pem=None, ca=None, #pylint: disable=in path to a CA bundle file or directory of trusted CA certs. If using a directory of CA certs, `c_rehash ` provided by OpenSSL must be run first to compute the certificate hashes and create the appropriate symbolics links. + + Typically, the endpoint will look something like https://:19080 + :param str endpoint: Cluster endpoint URL, including port and HTTP or HTTPS prefix :param str cert: Absolute path to a client certificate file