summaryrefslogtreecommitdiff
path: root/src/commands/lmove.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/lmove.json')
-rw-r--r--src/commands/lmove.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/lmove.json b/src/commands/lmove.json
index 82c305c12..ab0c6adeb 100644
--- a/src/commands/lmove.json
+++ b/src/commands/lmove.json
@@ -1,6 +1,6 @@
{
"LMOVE": {
- "summary": "Pop an element from a list, push it to another list and return it",
+ "summary": "Returns an element after popping it from one list and pushing it to another. Deletes the list if the last element was moved.",
"complexity": "O(1)",
"group": "list",
"since": "6.2.0",