X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/bc63407be6c65d779ba218ad79a4889f86e37fd5..a3a323e0e56c3d4be148fcf039cbd1887cbd1e87:/src/redis-cli.c diff --git a/src/redis-cli.c b/src/redis-cli.c index 0e6edbe7..aa7306b4 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -45,10 +45,6 @@ #include "zmalloc.h" #include "linenoise.h" -#define REDIS_CMD_INLINE 1 -#define REDIS_CMD_BULK 2 -#define REDIS_CMD_MULTIBULK 4 - #define REDIS_NOTUSED(V) ((void) V) static struct config { @@ -364,7 +360,7 @@ static int parseOptions(int argc, char **argv) { "automatically used as last argument.\n" ); } 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); } else { break;