summaryrefslogtreecommitdiff
path: root/src/commands/copy.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/copy.json')
-rw-r--r--src/commands/copy.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/copy.json b/src/commands/copy.json
index 450b7397a..b30ddaeae 100644
--- a/src/commands/copy.json
+++ b/src/commands/copy.json
@@ -1,6 +1,6 @@
{
"COPY": {
- "summary": "Copy a key",
+ "summary": "Copies the value of a key to a new key.",
"complexity": "O(N) worst case for collections, where N is the number of nested items. O(1) for string values.",
"group": "generic",
"since": "6.2.0",