Skip to content

Commit

Permalink
improve help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Christina-Kang committed Dec 20, 2018
1 parent 985d795 commit 77671e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sfctl/custom_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <directory>` 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://<your-url>:19080
:param str endpoint: Cluster endpoint URL, including port and HTTP or HTTPS
prefix
:param str cert: Absolute path to a client certificate file
Expand Down

0 comments on commit 77671e3

Please sign in to comment.