X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/1d18f50458d2d31122cd0309f554b2443d076f7c..3856f1475936e58d3caebbb3df317421b263f2e6:/src/aof.c 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); }