chore: update apps/emqx_retainer/src/emqx_retainer_mnesia_cli.erl

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
zhongwencool 2023-10-11 18:40:09 +08:00 committed by GitHub
parent f4a88f717b
commit cc392cadb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ retainer(_) ->
[ [
{"retainer info", "Show the count of retained messages"}, {"retainer info", "Show the count of retained messages"},
{"retainer topics", "Same as retainer topic 1 1000"}, {"retainer topics", "Same as retainer topic 1 1000"},
{"retainer topics <Start> <Length>", {"retainer topics <Start> <Limit>",
"Show topics of retained messages by the specified range"}, "Show topics of retained messages by the specified range"},
{"retainer clean", "Clean all retained messages"}, {"retainer clean", "Clean all retained messages"},
{"retainer clean <Topic>", "Clean retained messages by the specified topic filter"}, {"retainer clean <Topic>", "Clean retained messages by the specified topic filter"},