Fixes a typo in DEBUG HELP (#8638)

This commit is contained in:
Itamar Haber 2021-03-24 11:11:38 +02:00 committed by GitHub
parent ccc39f64f8
commit dc39b0c190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.",