summaryrefslogtreecommitdiff
path: root/src/commands/client-list.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/client-list.json')
-rw-r--r--src/commands/client-list.json16
1 files changed, 5 insertions, 11 deletions
diff --git a/src/commands/client-list.json b/src/commands/client-list.json
index 75605cfb1..6f1bb332f 100644
--- a/src/commands/client-list.json
+++ b/src/commands/client-list.json
@@ -37,7 +37,7 @@
"arguments": [
{
"token": "TYPE",
- "name": "normal_master_replica_pubsub",
+ "name": "client-type",
"type": "oneof",
"optional": true,
"since": "5.0.0",
@@ -65,18 +65,12 @@
]
},
{
- "name": "id",
+ "name": "client-id",
"token": "ID",
- "type": "block",
+ "type": "integer",
"optional": true,
- "since": "6.2.0",
- "arguments": [
- {
- "name": "client-id",
- "type": "integer",
- "multiple": true
- }
- ]
+ "multiple": true,
+ "since": "6.2.0"
}
]
}