mirror of
https://github.com/fluencelabs/redis
synced 2025-04-04 08:41:04 +00:00
minor typo fixed, reported by Thomas Bassetto
This commit is contained in:
parent
4610b0332c
commit
fdc0bde935
@ -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 verison %s\n", REDIS_VERSION);
|
printf("redis-cli shipped with Redis version %s\n", REDIS_VERSION);
|
||||||
exit(0);
|
exit(0);
|
||||||
} else {
|
} else {
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user