summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/redis-cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redis-cli.c b/src/redis-cli.c
index 4bbf41a6f..054c2fc7c 100644
--- a/src/redis-cli.c
+++ b/src/redis-cli.c
@@ -845,7 +845,7 @@ static int cliSendCommand(int argc, char **argv, int repeat) {
(argc >= 2 && !strcasecmp(command,"debug") &&
!strcasecmp(argv[1],"htstats")) ||
(argc >= 2 && !strcasecmp(command,"memory") &&
- (!strcasecmp(argv[1],"allocator-stats") ||
+ (!strcasecmp(argv[1],"malloc-stats") ||
!strcasecmp(argv[1],"doctor"))) ||
(argc == 2 && !strcasecmp(command,"cluster") &&
(!strcasecmp(argv[1],"nodes") ||