diff options
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.", |