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);