diff options
author | Meir Shpilraien (Spielrein) <meir@redis.com> | 2022-02-02 15:50:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 15:50:41 +0200 |
commit | 8eb19cc251ae7bfd5c2fda9d4515b9ddfc5e2476 (patch) | |
tree | 91467d2f870e6726e3575b0164bfb55e015bc7e8 /src/commands | |
parent | edc050cc5793e0c8f3814ad83d49bbd62686a809 (diff) | |
download | redis-8eb19cc251ae7bfd5c2fda9d4515b9ddfc5e2476.tar.gz |
update function help message, changed DESC->DESCRIPTION. (#10228)
update function help message, changed DESC->DESCRIPTION (doc was outdated)
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/function-load.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/function-load.json b/src/commands/function-load.json index df756ceab..0a363e328 100644 --- a/src/commands/function-load.json +++ b/src/commands/function-load.json @@ -37,7 +37,7 @@ { "name": "library-description", "type": "string", - "token": "DESC", + "token": "DESCRIPTION", "optional": true }, { |