From 65794e02c08089f9649866de8be0dbffd959fd06 Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 17 Dec 2024 01:36:27 +0000 Subject: [PATCH] help info --- src/ctrip_swap_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctrip_swap_cmd.c b/src/ctrip_swap_cmd.c index 8db1716cd6a..4a861a9ab35 100644 --- a/src/ctrip_swap_cmd.c +++ b/src/ctrip_swap_cmd.c @@ -1319,7 +1319,7 @@ void swapInfoCommand(client *c) { return; } else if (c->argc == 2 && !strcasecmp(c->argv[1]->ptr,"help")) { const char *help[] = { - "SST-AGE-LIMIT ", + "SST-AGE-LIMIT ", " Set sst age limit to launch ttl compact for aged sst files.", NULL}; addReplyHelp(c, help);