summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrancesco Mazzoli <francesco@rabbitmq.com>2012-08-21 18:18:48 +0100
committerFrancesco Mazzoli <francesco@rabbitmq.com>2012-08-21 18:18:48 +0100
commit34b7fd7d9f140c78956024e78cb2cd144c61c3cd (patch)
tree8f747a9f5ff0f24826e8cb488e4d81b4cb8b8453 /docs
parent80eccd1bdf09f624ed42a6caf8da214367b1ad15 (diff)
downloadrabbitmq-server-git-34b7fd7d9f140c78956024e78cb2cd144c61c3cd.tar.gz
recluster => update_cluster_nodes
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 7492eb82f3..ae39effa2c 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -434,7 +434,7 @@
<varlistentry>
<term>
<cmdsynopsis>
- <command>recluster</command>
+ <command>update_cluster_nodes</command>
<arg choice="req">clusternode</arg>
</cmdsynopsis>
</term>
@@ -444,7 +444,7 @@
<term>clusternode</term>
<listitem>
<para>
- The node to recluster with.
+ The node to update_cluster_nodes with.
</para>
</listitem>
</varlistentry>
@@ -462,7 +462,7 @@
which node A and B are clustered. A goes down, C clusters with C,
and then B leaves the cluster. When A wakes up, it'll try to
contact B, but this will fail since B is not in the cluster
- anymore. <command>recluster -n A C</command> will solve this
+ anymore. <command>update_cluster_nodes -n A C</command> will solve this
situation.
</para>
</listitem>