Unverified Commit 20268d04 authored by Bonsai's avatar Bonsai Committed by GitHub
Browse files

Fix different reply on `SENTINEL SIMULATE-FAILURE help` command (#8962)

parent 1bab4cd1
......@@ -3860,6 +3860,7 @@ NULL
addReplyArrayLen(c,2);
addReplyBulkCString(c,"crash-after-election");
addReplyBulkCString(c,"crash-after-promotion");
return;
} else {
addReplyError(c,"Unknown failure simulation specified");
return;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment