summaryrefslogtreecommitdiff
path: root/src/commands/blmove.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/blmove.json')
-rw-r--r--src/commands/blmove.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/blmove.json b/src/commands/blmove.json
index 2445ccf45..b316c5271 100644
--- a/src/commands/blmove.json
+++ b/src/commands/blmove.json
@@ -1,6 +1,6 @@
{
"BLMOVE": {
- "summary": "Pop an element from a list, push it to another list and return it; or block until one is available",
+ "summary": "Pops an element from a list, pushes it to another list and returns it. Blocks until an element is available otherwise. Deletes the list if the last element was moved.",
"complexity": "O(1)",
"group": "list",
"since": "6.2.0",