From f5290a8e442ae3f4eee87fff7ec55df53cc20002 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 3 Jan 2017 01:38:56 +0100 Subject: [PATCH] Specify that process_rosteritems command works only with Mnesia storage --- src/mod_admin_extra.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_admin_extra.erl b/src/mod_admin_extra.erl index acd53f51d..e0c5eaa63 100644 --- a/src/mod_admin_extra.erl +++ b/src/mod_admin_extra.erl @@ -458,7 +458,7 @@ get_commands_spec() -> {user, binary}, {server, binary}], result = {res, rescode}}, #ejabberd_commands{name = process_rosteritems, tags = [roster], - desc = "List or delete rosteritems that match filtering options", + desc = "List/delete rosteritems that match filter (only Mnesia)", longdesc = "Explanation of each argument:\n" " - action: what to do with each rosteritem that " "matches all the filtering options\n"