diff options
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 834e7b818e..b476f4865c 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -459,7 +459,7 @@ <para> The need for this command is motivated by the fact that clusters can change while a node is offline. Consider the situation in - which node A and B are clustered. A goes down, C clusters with C, + which node A and B are clustered. A goes down, C clusters with B, 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>update_cluster_nodes -n A C</command> will solve |
