Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 \\
Expand Down