]> git.saurik.com Git - redis.git/blobdiff - src/aof.c
fixed typo in the latest commit
[redis.git] / src / aof.c
index ce4cc1917ef1dd570792c2763b4aa60867cfef43..25febb91fd3743ed744924b3556550d4f8c0df83 100644 (file)
--- 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 <filename>");
+    redisLog(REDIS_WARNING,"Bad file format reading the append only file: make a backup of your AOF file, then use ./redis-check-aof --fix <filename>");
     exit(1);
 }