File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ usage() {
2929 echo " aae-status | diag | stat | status | transfer-limit | reformat-indexes |"
3030 echo " top [-interval N] [-sort reductions|memory|msg_q] [-lines N] |"
3131 echo " downgrade-objects | security | bucket-type | repair-2i |"
32- echo " search | services | ensemble-status }"
32+ echo " search | services | ensemble-status | handoff }"
3333}
3434
3535stat_admin ()
@@ -308,7 +308,7 @@ cluster_admin()
308308 node_up_check
309309 $NODETOOL rpc riak_core_console command $SCRIPT cluster status
310310 ;;
311- partitions|members| partition)
311+ partitions|partition)
312312 node_up_check
313313 $NODETOOL rpc riak_core_console command $SCRIPT cluster $@
314314 ;;
@@ -349,10 +349,6 @@ Status and information commands:
349349 status Display a concise summary of node membership
350350 availability and ring ownership.
351351
352- members [--all] Print each valid cluster member nodename.
353- If '--all' print all members regardless of
354- current status.
355-
356352 partitions [--node=<node>] Print primary, secondary and stopped
357353 partition indices and ids for the current
358354 node, or for the specified node.
You can’t perform that action at this time.
0 commit comments