diff options
author | Badlop <badlop@process-one.net> | 2017-01-03 01:38:56 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2017-01-03 01:38:56 +0100 |
commit | f5290a8e442ae3f4eee87fff7ec55df53cc20002 (patch) | |
tree | 4cd834e2220487c170d14038ada16b0eafff88b3 | |
parent | Update copyright date automatically (#1442) (diff) |
Specify that process_rosteritems command works only with Mnesia storage
-rw-r--r-- | src/mod_admin_extra.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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" |