Unverified Commit dc39b0c1 authored by Itamar Haber's avatar Itamar Haber Committed by GitHub
Browse files

Fixes a typo in DEBUG HELP (#8638)

parent ccc39f64
...@@ -441,7 +441,7 @@ void debugCommand(client *c) { ...@@ -441,7 +441,7 @@ void debugCommand(client *c) {
" conflicting keys will generate an exception and kill the server." " conflicting keys will generate an exception and kill the server."
" * NOSAVE: the database will be loaded from an existing RDB file.", " * NOSAVE: the database will be loaded from an existing RDB file.",
" Examples:", " Examples:",
" * DEBUG RELOAD: verify that the server is able to persist, flsuh and reload", " * DEBUG RELOAD: verify that the server is able to persist, flush and reload",
" the database.", " the database.",
" * DEBUG RELOAD NOSAVE: replace the current database with the contents of an", " * DEBUG RELOAD NOSAVE: replace the current database with the contents of an",
" existing RDB file.", " existing RDB file.",
......
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