From af3471a5dc1bf26e7bc2d1578f9bf82e9c7168a2 Mon Sep 17 00:00:00 2001 From: Mota Date: Fri, 25 May 2018 16:49:23 +0800 Subject: [PATCH] Fix debug crash-and-recover help info. --- src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index f239eea5a..0ab864e7f 100644 --- a/src/debug.c +++ b/src/debug.c @@ -287,7 +287,7 @@ void debugCommand(client *c) { const char *help[] = { "assert -- Crash by assertion failed.", "change-repl-id -- Change the replication IDs of the instance. Dangerous, should be used only for testing the replication subsystem.", -"crash-and-recovery -- Hard crash and restart after delay.", +"crash-and-recover -- Hard crash and restart after delay.", "digest -- Outputs an hex signature representing the current DB content.", "htstats -- Return hash table statistics of the specified Redis database.", "loadaof -- Flush the AOF buffers on disk and reload the AOF in memory.",