Skip to content

Commit

Permalink
help info
Browse files Browse the repository at this point in the history
  • Loading branch information
VCgege authored and patpatbear committed Dec 17, 2024
1 parent 9627641 commit 65794e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctrip_swap_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <quantile> <sst age limit>",
"SST-AGE-LIMIT <sst age limit>",
" Set sst age limit to launch ttl compact for aged sst files.",
NULL};
addReplyHelp(c, help);
Expand Down

0 comments on commit 65794e0

Please sign in to comment.