migrate icon indicating copy to clipboard operation
migrate copied to clipboard

Clarify --cluster-name parameter documentation for export_db.py

Open snowch opened this issue 2 years ago • 0 comments

Instead of:

--cluster-name CLUSTER_NAME
                        Cluster name to export the metastore to a specific
                        cluster. Cluster will be started.

this would be clearer:

-cluster-name CLUSTER_NAME
                        Cluster name to use for exporting the metastore.
                        Cluster will be started.

snowch avatar Jan 16 '24 19:01 snowch