From 412e457c278395a20dbc985f85a2d3d5316a2919 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 14 Sep 2010 15:18:18 +0200 Subject: [PATCH] fixed typo in the latest commit --- src/aof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aof.c b/src/aof.c index ce4cc1917..25febb91f 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); } -- GitLab