mirror of https://github.com/redis/redis.git
Typo fix
This commit is contained in:
parent
80b70371e8
commit
3973b06df5
|
@ -2262,8 +2262,8 @@ ldbLog(sdsnew(" mode dataset changes will be retained."));
|
||||||
ldbLog(sdsnew(""));
|
ldbLog(sdsnew(""));
|
||||||
ldbLog(sdsnew("Debugger functions you can call from Lua scripts:"));
|
ldbLog(sdsnew("Debugger functions you can call from Lua scripts:"));
|
||||||
ldbLog(sdsnew("redis.debug() Produce logs in the debugger console."));
|
ldbLog(sdsnew("redis.debug() Produce logs in the debugger console."));
|
||||||
ldbLog(sdsnew("redis.breakpoint() Stop execution like if there was a breakpoing."));
|
ldbLog(sdsnew("redis.breakpoint() Stop execution like if there was a breakpoint in the"));
|
||||||
ldbLog(sdsnew(" in the next line of code."));
|
ldbLog(sdsnew(" next line of code."));
|
||||||
ldbSendLogs();
|
ldbSendLogs();
|
||||||
} else if (!strcasecmp(argv[0],"s") || !strcasecmp(argv[0],"step") ||
|
} else if (!strcasecmp(argv[0],"s") || !strcasecmp(argv[0],"step") ||
|
||||||
!strcasecmp(argv[0],"n") || !strcasecmp(argv[0],"next")) {
|
!strcasecmp(argv[0],"n") || !strcasecmp(argv[0],"next")) {
|
||||||
|
|
Loading…
Reference in New Issue