From: antirez Date: Tue, 14 Sep 2010 13:18:18 +0000 (+0200) Subject: fixed typo in the latest commit X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/412e457c278395a20dbc985f85a2d3d5316a2919?ds=sidebyside fixed typo in the latest commit --- diff --git a/src/aof.c b/src/aof.c index ce4cc191..25febb91 100644 --- a/src/aof.c +++ b/src/aof.c @@ -307,7 +307,7 @@ readerr: } exit(1); fmterr: - redisLog(REDIS_WARNING,"Bad file format reading the append only file: make a backup of your AOF file, then use ./redis-check-dump --fix "); + redisLog(REDIS_WARNING,"Bad file format reading the append only file: make a backup of your AOF file, then use ./redis-check-aof --fix "); exit(1); }