mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 15:21:03 +00:00
redis-check-aof: tell users there is a --fix option.
This commit is contained in:
parent
fc7ecd8d35
commit
11182a1a58
@ -220,7 +220,8 @@ int redis_check_aof_main(int argc, char **argv) {
|
|||||||
printf("Successfully truncated AOF\n");
|
printf("Successfully truncated AOF\n");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
printf("AOF is not valid\n");
|
printf("AOF is not valid. "
|
||||||
|
"Use the --fix option to try fixing it.\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user