Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class GetReplicas extends AbstractCommand
@Parameters(index = "1", arity = "0..1", description = "The table for which we need to find the replica")
private String table;

@Parameters(index = "2", arity = "0..1", description = "The partition key for which we need to find the replica")
@Parameters(index = "2", arity = "0..1", description = "The partition key for which we need to find the replica (e.g., pk1:pk2:pk3 for compound keys)")
private String key;

@Mixin
Expand Down
2 changes: 1 addition & 1 deletion test/resources/nodetool/help/getendpoints
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ OPTIONS

<keyspace> <table> <key>
The keyspace, the table, and the partition key for which we need to
find the replica
find the replica (e.g., pk1:pk2:pk3 for compound keys)
2 changes: 1 addition & 1 deletion test/resources/nodetool/help/getreplicas
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ OPTIONS

<keyspace> <table> <key>
The keyspace, the table, and the partition key for which we need to
find the replica
find the replica (e.g., pk1:pk2:pk3 for compound keys)