Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
11182a1a
Commit
11182a1a
authored
Jul 10, 2017
by
antirez
Browse files
redis-check-aof: tell users there is a --fix option.
parent
fc7ecd8d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis-check-aof.c
View file @
11182a1a
...
...
@@ -220,7 +220,8 @@ int redis_check_aof_main(int argc, char **argv) {
printf
(
"Successfully truncated AOF
\n
"
);
}
}
else
{
printf
(
"AOF is not valid
\n
"
);
printf
(
"AOF is not valid. "
"Use the --fix option to try fixing it.
\n
"
);
exit
(
1
);
}
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment