summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-06 14:51:55 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-06 14:51:55 +0100
commitaf67e8736822f1c83a0e1ac3703365b439895803 (patch)
tree02f6d95ef5ae6343145b2bea57110bf5d038ce47 /docs
parenteb9405616f86571f9f892b46e41d901444975b38 (diff)
downloadrabbitmq-server-git-af67e8736822f1c83a0e1ac3703365b439895803.tar.gz
updated docs and tests
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml34
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 06648838e9..fa642f1b07 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -271,23 +271,6 @@
<variablelist>
<varlistentry>
- <term><cmdsynopsis><command>force_cluster</command><arg choice="req" role="usage-option-list"><replaceable>clusternode</replaceable> ...</arg></cmdsynopsis></term>
- <listitem>
- <variablelist>
- <varlistentry>
- <term>clusternode</term>
- <listitem><para>Subset of the nodes of the cluster to which this node should be connected.</para></listitem>
- </varlistentry>
- </variablelist>
- <para>
- Instruct the node to become member of a cluster with the
- specified nodes. This will succeed even if the specified nodes
- are offline. For a more detailed description, see
- <command>cluster</command>.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><cmdsynopsis><command>cluster</command><arg choice="req" role="usage-option-list"><replaceable>clusternode</replaceable> ...</arg></cmdsynopsis></term>
<listitem>
<variablelist>
@@ -352,6 +335,23 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><cmdsynopsis><command>force_cluster</command><arg choice="req" role="usage-option-list"><replaceable>clusternode</replaceable> ...</arg></cmdsynopsis></term>
+ <listitem>
+ <variablelist>
+ <varlistentry>
+ <term>clusternode</term>
+ <listitem><para>Subset of the nodes of the cluster to which this node should be connected.</para></listitem>
+ </varlistentry>
+ </variablelist>
+ <para>
+ Instruct the node to become member of a cluster with the
+ specified nodes. This will succeed even if the specified nodes
+ are offline. For a more detailed description, see
+ <command>cluster</command>.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>