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
fdc0bde9
Commit
fdc0bde9
authored
Oct 07, 2010
by
antirez
Browse files
minor typo fixed, reported by Thomas Bassetto
parent
4610b033
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
fdc0bde9
...
@@ -364,7 +364,7 @@ static int parseOptions(int argc, char **argv) {
...
@@ -364,7 +364,7 @@ static int parseOptions(int argc, char **argv) {
"automatically used as last argument.
\n
"
"automatically used as last argument.
\n
"
);
);
}
else
if
(
!
strcmp
(
argv
[
i
],
"-v"
))
{
}
else
if
(
!
strcmp
(
argv
[
i
],
"-v"
))
{
printf
(
"redis-cli shipped with Redis ver
i
son %s
\n
"
,
REDIS_VERSION
);
printf
(
"redis-cli shipped with Redis vers
i
on %s
\n
"
,
REDIS_VERSION
);
exit
(
0
);
exit
(
0
);
}
else
{
}
else
{
break
;
break
;
...
...
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