diff --git a/src/scripting.c b/src/scripting.c index 216dfbf19d12aae256906447545744317699e43d..5b5cb71d1d5c77f2d736181be842320bb19ec97f 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:"));