summaryrefslogtreecommitdiff
path: root/src/commands/exists.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/exists.json')
-rw-r--r--src/commands/exists.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/exists.json b/src/commands/exists.json
index e8793cf2b..8b108bca2 100644
--- a/src/commands/exists.json
+++ b/src/commands/exists.json
@@ -1,6 +1,6 @@
{
"EXISTS": {
- "summary": "Determine if a key exists",
+ "summary": "Determines whether one or more keys exist.",
"complexity": "O(N) where N is the number of keys to check.",
"group": "generic",
"since": "1.0.0",