From: Badlop Date: Tue, 3 Jan 2017 00:38:56 +0000 (+0100) Subject: Specify that process_rosteritems command works only with Mnesia storage X-Git-Tag: 17.01~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5290a8e442ae3f4eee87fff7ec55df53cc20002;p=ejabberd Specify that process_rosteritems command works only with Mnesia storage --- 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"