diff --git a/src/debug.c b/src/debug.c index f239eea5..0ab864e7 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.",