diff --git a/usage.py b/usage.py index 1d4c2196..2cf92140 100644 --- a/usage.py +++ b/usage.py @@ -189,7 +189,7 @@ def usage(error_msg=''): EXAMPLES: Set data path for an unprovisioned cluster: - couchbse-cli node-init -c 192.168.0.1:8091 \\ + couchbase-cli node-init -c 192.168.0.1:8091 \\ --node-init-data-path=/tmp/data \\ --node-init-index-path=/tmp/index @@ -235,7 +235,7 @@ def usage(error_msg=''): --cluster-init-port=8080 \\ --cluster-init-ramsize=300 - change the cluster username, password, port and ram quota: + Change the cluster username, password, port and ram quota: couchbase-cli cluster-edit -c 192.168.0.1:8091 \\ --cluster-username=Administrator \\ --cluster-password=password \\