From 67d3224f9852b4992d5121da0b36a99296a898db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Fievet?= Date: Tue, 3 Dec 2013 14:54:27 +0100 Subject: [PATCH] Typo --- usage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \\