summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorAvital-Fine <98389525+Avital-Fine@users.noreply.github.com>2022-02-07 19:01:34 +0100
committerGitHub <noreply@github.com>2022-02-07 20:01:34 +0200
commit9a0ab2fbbfe7824cc9d611689af3ae65797d3554 (patch)
tree53c7d2e287643e27f537b8895644bea3982c2b07 /src/commands
parent7f4cca11dce79506c16bbe189aa66da858babadb (diff)
downloadredis-9a0ab2fbbfe7824cc9d611689af3ae65797d3554.tar.gz
Update function-delete.json - argument is library name, not function name (#10253)
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/function-delete.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/function-delete.json b/src/commands/function-delete.json
index 2cfb4068c..01dc78ba4 100644
--- a/src/commands/function-delete.json
+++ b/src/commands/function-delete.json
@@ -20,7 +20,7 @@
],
"arguments": [
{
- "name": "function-name",
+ "name": "library-name",
"type": "string"
}
]