summaryrefslogtreecommitdiff
path: root/src/commands/xadd.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/xadd.json')
-rw-r--r--src/commands/xadd.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/commands/xadd.json b/src/commands/xadd.json
index e8914ebb3..f3d99f841 100644
--- a/src/commands/xadd.json
+++ b/src/commands/xadd.json
@@ -114,22 +114,22 @@
]
},
{
- "name": "id_or_auto",
+ "name": "id-selector",
"type": "oneof",
"arguments": [
{
- "name": "auto_id",
+ "name": "auto-id",
"type": "pure-token",
"token": "*"
},
{
- "name": "ID",
+ "name": "id",
"type": "string"
}
]
},
{
- "name": "field_value",
+ "name": "data",
"type": "block",
"multiple": true,
"arguments": [