Specify that process_rosteritems command works only with Mnesia storage

This commit is contained in:
Badlop 2017-01-03 01:38:56 +01:00
parent 5fdd1c39fe
commit f5290a8e44
1 changed files with 1 additions and 1 deletions

View File

@ -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"