diff options
| author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-08-21 19:11:27 +0100 |
|---|---|---|
| committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-08-21 19:11:27 +0100 |
| commit | 1d1425530bf54a0d65f0672b6b6b484c987ffd24 (patch) | |
| tree | 67033ef2a443b1020ea1d016a3abb5023ef97ae4 /docs | |
| parent | 48eb4317ceadccb3584beb11ea4ff104c0dbff46 (diff) | |
| download | rabbitmq-server-git-1d1425530bf54a0d65f0672b6b6b484c987ffd24.tar.gz | |
remove_cluster_node => forget_cluster_node
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index ac73e84a8b..c74ec785a4 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -336,7 +336,7 @@ <para> To leave a cluster, <command>reset</command> the node. You can also remove nodes remotely with the - <command>remove_cluster_node</command> command. + <command>forget_cluster_node</command> command. </para> <para> For more details see the <ulink @@ -394,7 +394,7 @@ <varlistentry> <term> <cmdsynopsis> - <command>remove_cluster_node</command> + <command>forget_cluster_node</command> <arg choice="opt">--offline</arg> </cmdsynopsis> </term> @@ -420,7 +420,7 @@ online, except when using the <command>--offline</command> flag. </para> <para role="example-prefix">For example:</para> - <screen role="example">rabbitmqctl -n hare@mcnulty remove_cluster_node rabbit@stringer</screen> + <screen role="example">rabbitmqctl -n hare@mcnulty forget_cluster_node rabbit@stringer</screen> <para role="example"> This command will remove the node <command>rabbit@stringer</command> from the node |
