Skip to content

Commit 26c3f74

Browse files
[docs] fixing typos (aeron-io#1339)
Co-authored-by: tsn <[email protected]>
1 parent ffef92f commit 26c3f74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aeron-samples/src/docs/asciidoc/Cluster-Tutorial.asciidoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ leader and see if our client is able to continue.
670670
[subs = "attributes+"]
671671
----
672672
> java -cp <AERON_HOME>/aeron-all/build/libs/aeron-all-{aeronVersion}.jar \
673-
io.aeron.cluster.ClusterTool node0/consensus-module list-members
673+
io.aeron.cluster.ClusterTool node0/cluster list-members
674674
----
675675

676676
This will show a list of all the members in the cluster, similar to the following:
@@ -703,7 +703,7 @@ We can discover the `pid` for that member using the following command:
703703
[subs = "attributes+"]
704704
----
705705
> java -cp <AERON_HOME>/aeron-all/build/libs/aeron-all-{aeronVersion}.jar \
706-
io.aeron.cluster.ClusterTool node<leaderMemberId>/consensus-module pid
706+
io.aeron.cluster.ClusterTool node<leaderMemberId>/cluster pid
707707
15060
708708
----
709709

@@ -829,7 +829,7 @@ Firstly lets look at the recording log.
829829
[subs="attributes+"]
830830
----
831831
> java -cp <AERON_HOME>/aeron-all/build/libs/aeron-all-{aeronVersion}.jar \
832-
io.aeron.cluster.ClusterTool node0/consensus-module recording-log
832+
io.aeron.cluster.ClusterTool node0/cluster recording-log
833833
----
834834

835835
Which should show a recording log with a single entry:
@@ -842,7 +842,7 @@ We can trigger a snapshot on the leader.
842842

843843
----
844844
> java -cp <AERON_HOME>/aeron-all/build/libs/aeron-all-{aeronVersion}.jar \
845-
io.aeron.cluster.ClusterTool node2/consensus-module snapshot
845+
io.aeron.cluster.ClusterTool node2/cluster snapshot
846846
----
847847

848848
The recording log will now have additional entries.

0 commit comments

Comments
 (0)