Skip to content

Commit

Permalink
MB-16359: Fix typos in couchbase-cli settings-index help message
Browse files Browse the repository at this point in the history
Change-Id: I710ac6b9d1af692e76d26bfabc75b09d8ddc5134
Reviewed-on: http://review.couchbase.org/55743
Reviewed-by: Eben Haber <eben@couchbase.com>
Tested-by: Michael Wiederhold <mike@couchbase.com>
  • Loading branch information
mikewied authored and Michael Wiederhold committed Oct 6, 2015
1 parent 1b76d77 commit 4cba973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node.py
Expand Up @@ -1797,11 +1797,11 @@ def getCommandHelp(self, cmd):
("--ldap-default=[admins|roadmins|none]", "set default ldap accounts")]
elif cmd == "setting-index":
return [
("--index-max-rollback-points=[5]", "max roolback points"),
("--index-max-rollback-points=[5]", "max rollback points"),
("--index-stable-snapshot-interval=SECONDS", "stable snapshot interval"),
("--index-memory-snapshot-interval=SECONDS", "in memory snapshot interval"),
("--index-threads=[4]", "indexer threads"),
("--index-log-level=[debug|silent|fatal|error|warn|info|verbose|timing|trace]", "indexr log level")]
("--index-log-level=[debug|silent|fatal|error|warn|info|verbose|timing|trace]", "indexer log level")]
elif cmd == "collect-logs-start":
return [
("--all-nodes", "Collect logs from all accessible cluster nodes"),
Expand Down

0 comments on commit 4cba973

Please sign in to comment.