From ba7737245ad73e270ffc274794d101652b135b2c Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 30 Jun 2017 12:12:00 +0200 Subject: [PATCH] Fix abort typo in Lua debugger help screen. --- src/scripting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripting.c b/src/scripting.c index 1da6f763f..52fed6ac8 100644 --- a/src/scripting.c +++ b/src/scripting.c @@ -2271,7 +2271,7 @@ ldbLog(sdsnew("[e]eval Execute some Lua code (in a different callfr ldbLog(sdsnew("[r]edis Execute a Redis command.")); ldbLog(sdsnew("[m]axlen [len] Trim logged Redis replies and Lua var dumps to len.")); ldbLog(sdsnew(" Specifying zero as means unlimited.")); -ldbLog(sdsnew("[a]abort Stop the execution of the script. In sync")); +ldbLog(sdsnew("[a]bort Stop the execution of the script. In sync")); ldbLog(sdsnew(" mode dataset changes will be retained.")); ldbLog(sdsnew("")); ldbLog(sdsnew("Debugger functions you can call from Lua scripts:")); -- GitLab