diff --git a/src/commands/set.json b/src/commands/set.json index 3d3800f11d..601bd676a2 100644 --- a/src/commands/set.json +++ b/src/commands/set.json @@ -111,14 +111,7 @@ "type": "string", "token": "IFEQ", "since": "8.1.0", - "summary": "Sets the key's value only if the current value matches the specified comparison value.", - "arguments": [ - { - "name": "comparison-value", - "type": "string", - "summary": "The value to compare with the current key's value before setting." - } - ] + "summary": "Sets the key's value only if the current value matches the specified comparison value." } ] },