diff options
author | Oran Agra <oran@redislabs.com> | 2022-02-28 15:35:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-28 15:35:46 +0200 |
commit | d2b5a579dd8b785690aa7714df8776ffc452d242 (patch) | |
tree | 1c54c71bae68eaa44efbf89020d75399a88dee40 /src/functions.c | |
parent | d5915a167f696644e210ee85e549c7ceb41b5791 (diff) | |
parent | 10dc57ab226155bbdbfb0b0d914e681aa346d7de (diff) | |
download | redis-7.0-rc2.tar.gz |
Merge pull request #10355 from oranagra/release-7.0-rc27.0-rc2
Release 7.0 RC2
Diffstat (limited to 'src/functions.c')
-rw-r--r-- | src/functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functions.c b/src/functions.c index 57fb7ec24..739d178aa 100644 --- a/src/functions.c +++ b/src/functions.c @@ -808,7 +808,7 @@ void functionFlushCommand(client *c) { void functionHelpCommand(client *c) { const char *help[] = { -"LOAD <ENGINE NAME> <LIBRARY NAME> [REPLACE] [DESC <LIBRARY DESCRIPTION>] <LIBRARY CODE>", +"LOAD <ENGINE NAME> <LIBRARY NAME> [REPLACE] [DESCRIPTION <LIBRARY DESCRIPTION>] <LIBRARY CODE>", " Create a new library with the given library name and code.", "DELETE <LIBRARY NAME>", " Delete the given library.", |