From a77fbb1912209ad7f9d1cf3be13fa76ac22692ff Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Mon, 13 Jun 2022 14:57:28 +0200 Subject: [PATCH] Fix markup - the -status is part of the command (#2323) --- docs/SETTINGS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SETTINGS.rst b/docs/SETTINGS.rst index 4e9103ec..9712f445 100644 --- a/docs/SETTINGS.rst +++ b/docs/SETTINGS.rst @@ -224,7 +224,7 @@ Raft - Q: How to list all the nodes providing consensus? - A: ``syncobj_admin -conn host:port`` -status where the host:port is the address of one of the cluster nodes + A: ``syncobj_admin -conn host:port -status`` where the host:port is the address of one of the cluster nodes - Q: Node that was a part of consensus and has gone and I can't reuse the same IP for other node. How to remove this node from the consensus?