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:
parent
f4a88f717b
commit
cc392cadb8
|
@ -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"},
|
||||||
|
|
Loading…
Reference in New Issue