summaryrefslogtreecommitdiff
path: root/src/commands/touch.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/touch.json')
-rw-r--r--src/commands/touch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/touch.json b/src/commands/touch.json
index b2a2894c9..fd1dc61c3 100644
--- a/src/commands/touch.json
+++ b/src/commands/touch.json
@@ -1,6 +1,6 @@
{
"TOUCH": {
- "summary": "Alters the last access time of a key(s). Returns the number of existing keys specified.",
+ "summary": "Returns the number of existing keys out of those specified after updating the time they were last accessed.",
"complexity": "O(N) where N is the number of keys that will be touched.",
"group": "generic",
"since": "3.2.1",